Skip to content

Instantly share code, notes, and snippets.

@Titozzz
Created January 13, 2020 10:05
Show Gist options
  • Save Titozzz/ff12562d19ac29e7a90a37ad980629d3 to your computer and use it in GitHub Desktop.
Save Titozzz/ff12562d19ac29e7a90a37ad980629d3 to your computer and use it in GitHub Desktop.
settings.gradle
rootProject.name = 'mobileapp'
/**
* YOUR PATH TO REACT NATIVE CLI (from android folder)
*/
apply from: file("../../../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
include ':app'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment