Skip to content

Instantly share code, notes, and snippets.

@callstack-bot
Created October 7, 2022 11:23
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 callstack-bot/0f6d4ce0be60e41092ed684831768865 to your computer and use it in GitHub Desktop.
Save callstack-bot/0f6d4ce0be60e41092ed684831768865 to your computer and use it in GitHub Desktop.
allprojects {
repositories {
maven {
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
- url("$rootDir/../node_modules/react-native/android")
+ url("$rootDir../../../../node_modules/react-native/android")
}
maven {
// Android JSC is installed from npm
- url("$rootDir/../node_modules/jsc-android/dist")
+ url("$rootDir../../../../node_modules/jsc-android/dist")
}
...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment