-
Notifications
You must be signed in to change notification settings - Fork 932
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
My project structure looks like this,
- appName
-- reactNative // React native package.json, node_modules,...
-- app // Android app folder
If I run, "npx react-native run-droid" inside reactNative folder, it fails with,
error Android project not found. Are you sure this is a React Native project?
This is because, cli checks for android/gradlew inside root folder which is not there in my project structure. It is in appName/gradlew. How can I change this gradlew path in cli command?
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested