DEV Community

Cover image for RNSScreen" was not found in the UIManager (Android)
AKINRO OLAWALE
AKINRO OLAWALE

Posted on

RNSScreen" was not found in the UIManager (Android)

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!!!

Top comments (2)

Collapse
 
ayushks11560 profile image
Ayushks11560

Its works Thank you bro !

Collapse
 
sreehari_k_8ee98a8fc68ec0 profile image
sreehari k

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"