5 lines
205 B
Groovy
Raw Normal View History

2021-07-03 19:51:30 +02:00
rootProject.name = 'EmojiKeyboardExample'
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
include ':app'