Library without support with expo web

What can I do with libraries that doesn’t have support when I run expo start --web?
Like those:

Is react-native-web installed in your project? React Native native dependencies should be shimmed out without much further intervention.

Otherwise for libraries like the date picker, you can use file extensions like mycode.native.js and mycode.web.js and only reference the appropriate packages in each one.