completion
This commit is contained in:
9
ioneapps-maagapp-ee31119a522d/android/settings.gradle
Normal file
9
ioneapps-maagapp-ee31119a522d/android/settings.gradle
Normal file
@@ -0,0 +1,9 @@
|
||||
rootProject.name = 'MAAGApp'
|
||||
// include ':react-native-config'
|
||||
// project(':react-native-config').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-config/android')
|
||||
include ':react-native-firebase'
|
||||
project(':react-native-firebase').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-firebase/android')
|
||||
include ':react-native-bluetooth-escpos-printer'
|
||||
project(':react-native-bluetooth-escpos-printer').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-bluetooth-escpos-printer/android')
|
||||
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
|
||||
include ':app'
|
||||
Reference in New Issue
Block a user