Step One:
After install any react-native libraries, Re-build project by running
npx react-native run-android
Step Two:
After you see "BUILD SUCCESSFUL" message on your command line.
Now run npx react-native start
BOOM!!!
For further actions, you may consider blocking this person and/or reporting abuse
Heroku was created by developers, for developers. Get started today and find out why Heroku has been the platform of choice for brands like DEV for over a decade.
Jd F -
Wes Nishio -
Vitali Sorenko -
Aviral Srivastava -
Top comments (2)
Its works Thank you bro !
I have the same error and I solved using this npm package "npm i react-native-screens",
If not installed safe area context you may install this too. "npm i react-native-safe-area-context"