I run react-native application in emulator but when I run npx react-native run-android --no-jetifier
, run stuck and do nothing:
My emulator:
How to fix it?
I run react-native application in emulator but when I run npx react-native run-android --no-jetifier
, run stuck and do nothing:
My emulator:
How to fix it?
It won't work if there is a lib that requires jetifier eg. react-native-gesture-handler. If there is no lib as such then delete the node_modules and npm install and try again.