rootProject.name = 'Example'

include ':app'
include ':react-native-vector-icons'
project(':react-native-vector-icons').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-vector-icons/android')
include ':react-native-ijkplayer'
// project(':react-native-ijkplayer').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-ijkplayer/android')
project(':react-native-ijkplayer').projectDir = new File(rootProject.projectDir, '../../android')
