Skip to content

Instantly share code, notes, and snippets.

@lrlineroa
Created February 25, 2020 22:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lrlineroa/8bc47ade39b6aa8e92939ef73ca80b03 to your computer and use it in GitHub Desktop.
Save lrlineroa/8bc47ade39b6aa8e92939ef73ca80b03 to your computer and use it in GitHub Desktop.
//react-native-unimodules installation
apply from: '../node_modules/react-native-unimodules/gradle.groovy'
includeUnimodulesProjects()
//react-native-unimodules installation
rootProject.name = 'supercerebros'
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