ReactVision / starter-kit

React Native project setup with Viro 🚀
MIT License
127 stars 90 forks source link

Fix permissions of android/gradlew #31

Closed robertjcolley closed 2 years ago

robertjcolley commented 2 years ago

Gives executable permissions to android/gradlew to fix issues where users could not run npx react-native run-android after the quick setup. Also adds a warning to the README.md so future users will be able to resolve any issues themselves.

Resolves #25, #27