LoginSignup
0
0

More than 3 years have passed since last update.

RNFirebase > After installation you encounter

Posted at

After installation you encounter an error like RNFirebase core module was not found natively on iOS.

Kobito.dyBpaI.png

React Native Firebase - Simple Firebase integration for React Native

Troubleshooting

It's most likely you did not run pod update to get the latest pod versions
Run pod update
You should see updated versions of your pods installed
You may need to re-run pod install

react-native run-ios

no visible @interface for 'FIRQuery' declares the selector 'addSnapshotListenerWithIncludeMetadataChanges:listener · Issue #1110 · invertase/react-native-firebase

bundling failed: Error: jest-haste-map:

付録

node_modulesのインストールやりなおし

rm -rf ./node_modules/
npm i

podのインストールやりなおし

cd ios
rm -rf Pods/
pod install

npm start
npm run ios

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0