react native docker container using vs code to publish to android emulator on host OS react native docker container using vs code to publish to android emulator on host OS docker docker

react native docker container using vs code to publish to android emulator on host OS


Check the permissions for android/gradlew. Can check the permissions using the below command:

stat -c "%a %n" android/gradlew

The permissions should be 755. If not change the permissions to 755 inside your app root folder.

chmod 755 android/gradlew

then run react-native run-android