Merge pull request #207 from nfl/fix-packagename-android

fix package name mismatch for Android
This commit is contained in:
Stanisław Chmiela
2016-06-08 11:07:04 +02:00
3 changed files with 7 additions and 8 deletions

View File

@@ -3,5 +3,3 @@ rootProject.name = 'VideoPlayer'
include ':app'
include ':react-native-video'
project(':react-native-video').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-video/android')
include ':RCTVideo', ':app'
project(':RCTVideo').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-video/android')