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
Hi, I can not run my app on ios simulator using react-native-firestack. Here are the steps I followed.
Created a project with create-react-native-app
Installed react-native-firestack with npm i react-native-firestack
ejected the project by running npm run eject
linked to react-native-firestack by running react-native link react-native-firestack
cd appname && pod update
After completing all the steps I run my project with react-native run-ios
It started and I got the my initial page. After this step I have imported the module using 'import firestack from 'react-native-firestack'
Now If I run the project I am getting error Native module cannot be null
Dependencies from package.json:
firebase: "^4,6.1"
react: "16.0.0"
react-native: "^0.49.5"
react-native-firestack:"^2.3.9"
Simulator
iphone 7 - iOS 10.0 (14A345)
My Podfiel file
My simulator screen
Am I missing anything. I followed the documentation exactly.
The text was updated successfully, but these errors were encountered:
Hi, I can not run my app on ios simulator using react-native-firestack. Here are the steps I followed.
After completing all the steps I run my project with react-native run-ios
It started and I got the my initial page. After this step I have imported the module using 'import firestack from 'react-native-firestack'
Now If I run the project I am getting error Native module cannot be null
Dependencies from package.json:
firebase: "^4,6.1"
react: "16.0.0"
react-native: "^0.49.5"
react-native-firestack:"^2.3.9"
Simulator
iphone 7 - iOS 10.0 (14A345)
My Podfiel file
My simulator screen
Am I missing anything. I followed the documentation exactly.
The text was updated successfully, but these errors were encountered: