“RNCSafeAreaView” was not found in the UIManager

前端 未结 6 1420
难免孤独
难免孤独 2021-02-13 09:56

I try to open a bundle, but when the android is running it shows the next message

2020-01-05 23:15:45.366 26210-26210/com.note.principal W/.note.princi

6条回答
  •  时光取名叫无心
    2021-02-13 10:29

    Below worked for me :

    1. npm install react-native-safe-area-context
    2. react-native link react-native-safe-area-context
    3. List item
    4. inside android gradlew clean
    5. npm start
    6. npm run android

提交回复
热议问题