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
Nicolas POMEPUY -
Ankush Bhagat -
Tristan Elliott -
thinkThroo -
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"