This is a permission issue mostly occurs while running on macOS.
You can resole this error - spawnsync ./gradlew eacces react native by giving permission to the gradlew directory-
Go to the project directory and run below command-
You can resole this error - spawnsync ./gradlew eacces react native by giving permission to the gradlew directory-
Go to the project directory and run below command-
chmod 755 android/gradlew
Comments
Post a Comment