rn-emoji-keyboard/example/android/settings.gradle

5 lines
205 B
Groovy
Raw Permalink Normal View History

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