-3
When I execute npx react-native run-android
, which is to start the Android emulator, returns me the following error:
Command run-android unrecognized. Make sure that you have run npm install and that you are Inside a React-Native project.
The problem started when I installed the following library npm install --save react-native-collapsible
.
How to resolve this error?
How are the scripts of
package.json
?– Rafael Tavares