Possibly wrong path in README.md
0x46616c6b opened this issue · 1 comments
0x46616c6b commented
Is there possibly a wrong include in the README.md? The module will installed under ../node_modules/hockeyapp-react-native
and not ../node_modules/react-native-hockeyapp
Or do I something wrong?
Actual in the README.md
include ':react-native-hockeyapp', ':app'
project(':react-native-hockeyapp').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-hockeyapp/android')
Expected to build in android/settings.gradle
include ':react-native-hockeyapp'
project(':react-native-hockeyapp').projectDir = new File(rootProject.projectDir, '../node_modules/hockeyapp-react-native/android')
bourgois commented
Hi. It does install under ../node_modules/react-native-hockeyapp for us...