blob: 9b623ac5bf115d5481d7f247c3744d99c48cd9c7 (
plain)
1
2
3
4
5
6
7
8
9
|
rootProject.name = 'stronglifters'
include ':react-native-vector-icons'
project(':react-native-vector-icons').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-vector-icons/android')
include ':realm'
project(':realm').projectDir = new File(rootProject.projectDir, '../node_modules/realm/android')
include ':react-native-svg'
project(':react-native-svg').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-svg/android')
include ':app'
|