martincik/react-native-hockeyapp

Possibly wrong path in README.md

Closed this issue · 1 comments

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')

Hi. It does install under ../node_modules/react-native-hockeyapp for us...