Skip to content

Instantly share code, notes, and snippets.

@1fabiopereira
Created January 11, 2020 23:21
Show Gist options
  • Save 1fabiopereira/6f03bb3772722b297826469326b0a5b7 to your computer and use it in GitHub Desktop.
Save 1fabiopereira/6f03bb3772722b297826469326b0a5b7 to your computer and use it in GitHub Desktop.
rootProject.name = 'AppName'
include ':@react-native-firebase_app'
project(':@react-native-firebase_app').projectDir = new File(rootProject.projectDir, './../node_modules/@react-native-firebase/app/android')
include ':@react-native-firebase_analytics'
project(':@react-native-firebase_analytics').projectDir = new File(rootProject.projectDir, './../node_modules/@react-native-firebase/analytics/android')
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