Showing posts with label React Native. Show all posts
Showing posts with label React Native. Show all posts

Saturday, 9 December 2023

Solution : ERROR [Error: undefined Unable to resolve module react-native-safe-area-context

 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.


Friday, 8 December 2023

Error android emulator react native

 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.