ERROR [Error: undefined Unable to resolve module react-native-safe-area-context
solution :
npm install --save @react-native-community/masked-view
npm install react-native-safe-area-context
Hope this can work.
ERROR [Error: undefined Unable to resolve module react-native-safe-area-context
solution :
npm install --save @react-native-community/masked-view
npm install react-native-safe-area-context
Hope this can work.
Few times, I had got a problem when i trying to run script command line npm start to run react native, but it is not working.
And i got some solution of this problem. The solution is try to run this comman below :
npm start --verbose
Scripts above work to me.
Hope this solution can helping you, Thanks.