react-native-video/examples/basic/android/settings.gradle

6 lines
348 B
Groovy
Raw Normal View History

2015-12-06 23:25:18 -07:00
rootProject.name = 'VideoPlayer'
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
2019-06-19 01:37:21 -06:00
include ':react-native-video'
2022-06-15 14:51:04 -06:00
project(':react-native-video').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-video/android')
2019-06-19 01:37:21 -06:00
include ':app'