DEV Community

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

Posted on

4 1

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"

Heroku

This site is powered by Heroku

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.

Sign Up