File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ react {
1111 // The root of your project, i.e. where "package.json" lives. Default is '../..'
1212 root = file(" ../../" )
1313 // The folder where the react-native NPM package is. Default is ../../node_modules/react-native
14- reactNativeDir = file(" ../../node_modules/react-native" )
14+ reactNativeDir = file(" ../../../../ node_modules/react-native" )
1515 // The folder where the react-native Codegen package is. Default is ../../node_modules/@react-native/codegen
16- codegenDir = file(" ../../node_modules/@react-native/codegen" )
16+ codegenDir = file(" ../../../../ node_modules/@react-native/codegen" )
1717 // The cli.js file which is the React Native CLI entrypoint. Default is ../../node_modules/react-native/cli.js
18- cliFile = file(" ../../node_modules/react-native/cli.js" )
18+ cliFile = file(" ../../../../ node_modules/react-native/cli.js" )
1919
2020 /* Variants */
2121 // The list of variants to that are debuggable. For those we're going to
Original file line number Diff line number Diff line change 1- pluginManagement { includeBuild(" ../node_modules/@react-native/gradle-plugin" ) }
1+ pluginManagement { includeBuild(" ../../../ node_modules/@react-native/gradle-plugin" ) }
22plugins { id(" com.facebook.react.settings" ) }
33extensions. configure(com.facebook.react.ReactSettingsExtension ){ ex -> ex. autolinkLibrariesFromCommand() }
44rootProject. name = ' rnpackages.nativedate.example'
55include ' :app'
6- includeBuild(' ../node_modules/@react-native/gradle-plugin' )
6+ includeBuild(' ../../../ node_modules/@react-native/gradle-plugin' )
You can’t perform that action at this time.
0 commit comments