You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every library should have something like dist folder with complied js (from es6 / other babel features). But react-native libs don't have such a folder, they don't need that to work.
Also, there may be some code behind the bridge (c/swift/java code running on ios/android), and there's no such code analogue for web platform, right? How do you use it then?
Where/how can I find react-native libs that support react-native-web?
How can I upgrade basic react-native lib to use it with react-native-web?
The text was updated successfully, but these errors were encountered:
You can use js-only react native packages and pass them through the compiler as documented in the getting started guide. Obviously packages with native dependencies won't work
Every library should have something like
dist
folder with complied js (from es6 / other babel features). But react-native libs don't have such a folder, they don't need that to work.Also, there may be some code behind the bridge (c/swift/java code running on ios/android), and there's no such code analogue for web platform, right? How do you use it then?
Where/how can I find react-native libs that support react-native-web?
How can I upgrade basic react-native lib to use it with react-native-web?
The text was updated successfully, but these errors were encountered: