mirror of
https://github.com/status-im/react-native-camera-roll.git
synced 2026-08-30 12:51:07 +00:00
fix(all): Fixed Native Arch codgen issue * Updated react-native in FarbricExample app --------- Co-authored-by: John Ferlito <johnf@inodes.org>
5 lines
257 B
Groovy
5 lines
257 B
Groovy
rootProject.name = 'FabricExample'
|
|
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
|
|
include ':app'
|
|
includeBuild('../node_modules/@react-native/gradle-plugin')
|