Open
Description
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)
Am I missing anything. I followed the documentation exactly.
Metadata
Metadata
Assignees
Labels
No labels