infinitered / ignite-andross

The original React Native boilerplate from Infinite Red - Redux, React Navigation, & more
https://infinite.red/ignite
MIT License
474 stars 150 forks source link

Command failed : gradlew.bat app:installDebug. when run react-native run-android #300

Open moumnimohamed opened 4 years ago

moumnimohamed commented 4 years ago

after installing the ignite project i launch the emulator and i execute react-native run-android but it generate this error error

morgandonze commented 4 years ago

Hi @moumnimohamed we'll try to reproduce this issue if we can! It might be helpful to have some more information. Can you run ignite doctor and share the output please? Provide any other relevant info also please.

moumnimohamed commented 4 years ago

l just created a new project ,for testing this error , so i gotten this new new ignite

morgandonze commented 4 years ago

Thanks for providing more info! It looks like you're using Ignite Andross. We are currently in "community support" phase of Andross, which means we're happy to review and merge pull requests and release new versions, but we don't use Andross anymore ourselves, so we rely on the community to provide fixes for issues. If you're interested in our latest and greatest, try out Ignite Bowser!

fallenclient commented 4 years ago

I was able to get past that error and be able to run the Ignite starter screens by making the following dependency changes in package.json on a fresh install: "react-native-reanimated": "^1.7.0", "react-native-screens": "^2.0.0-beta.2", "react-navigation": "4.0.10", "react-navigation-drawer": "^2.3.4", "react-navigation-tabs": "^2.7.0",