Skip to content

Instantly share code, notes, and snippets.

@callstack-bot
Created January 31, 2023 10:48
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/394a81925dab92be914fdfedac3d6bf0 to your computer and use it in GitHub Desktop.
Save callstack-bot/394a81925dab92be914fdfedac3d6bf0 to your computer and use it in GitHub Desktop.
allprojects {
project.pluginManager.withPlugin("com.facebook.react") {
react {
reactNativeDir = rootProject.file("../../../node_modules/react-native/")
codegenDir = rootProject.file("../../../node_modules/react-native-codegen/")
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment