Adding app icons and fixing device builds

This commit is contained in:
John Lyon-Smith
2018-03-16 14:21:35 -07:00
parent 7311239b4e
commit c91fbaa98a
38 changed files with 161 additions and 61 deletions

View File

@@ -2,5 +2,6 @@ rootProject.name = 'DeightonAR'
include ':app'
include ':react-native-navigation'
project(':react-native-navigation').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-navigation/android/app/')
include ':react-native-maps'
project(':react-native-maps').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-maps/lib/android')