Enrique Silva

Results 2 comments of Enrique Silva

I got it fixed by following a console warning when building with scratch configuration on my Podfile, Instead of adding `use_frameworks! :linkage => :static` (as suggested on react native firebase...

> I was able to fixed this issue with by making sure use_frameworks! :linkage => :static was above use_react-native > > ``` > require_relative '../node_modules/react-native/scripts/react_native_pods' > require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules' > $RNFirebaseAsStaticFramework...