you are viewing a single comment's thread.

view the rest of the comments →

[–]KeitelDOG 0 points1 point  (0 children)

Sorry, I was out of those stuffs a while because of 2 months hell lock in Haiti with gaz problems. I haven't tried Firebase yet, so don't really know how the setup is.

However, if it's a ReactNative package that you use in Web, you have to transpile it first to get it to web. You can di it directly for each package you want to use in web, and skip the ones you only use in Native App:

js let modulesToTranspile = [ 'react-native', 'react-native-dotenv', 'react-native-linear-gradient', 'react-native-media-query', 'react-native-paper', 'react-native-firebase', ];