Add Android VideoPlayer example
This commit is contained in:
5
Examples/VideoPlayer/android/settings.gradle
Normal file
5
Examples/VideoPlayer/android/settings.gradle
Normal file
@@ -0,0 +1,5 @@
|
||||
rootProject.name = 'VideoPlayer'
|
||||
|
||||
include ':app'
|
||||
include ':RCTVideo', ':app'
|
||||
project(':RCTVideo').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-video/android')
|
||||
Reference in New Issue
Block a user