Add Android VideoPlayer example

This commit is contained in:
Brent Vatne
2015-12-06 22:25:18 -08:00
parent ce29c1f8a4
commit fde97ebaec
29 changed files with 919 additions and 2 deletions

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