Skip to content

Commit 5ec005a

Browse files
TitozzzOlimpiaZurek
authored andcommitted
chore: fix typo in build.gradle (facebook#35209)
Summary: ## Changelog <!-- Help reviewers and the release process by writing your own changelog entry. For an example, see: https://reactnative.dev/contributing/changelogs-in-pull-requests --> [Android] [Fixed] - fixed typo in template build.gradle Pull Request resolved: facebook#35209 Reviewed By: cipolleschi Differential Revision: D41080347 Pulled By: cortinico fbshipit-source-id: d2e36f232f798a636f98843edbc5651730125fc4
1 parent 4642387 commit 5ec005a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

template/android/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ react {
1212
// The root of your project, i.e. where "package.json" lives. Default is '..'
1313
// root = file("../")
1414
// The folder where the react-native NPM package is. Default is ../node_modules/react-native
15-
// reactNativeDir = file("../node-modules/react-native")
15+
// reactNativeDir = file("../node_modules/react-native")
1616
// The folder where the react-native Codegen package is. Default is ../node_modules/react-native-codegen
17-
// codegenDir = file("../node-modules/react-native-codegen")
17+
// codegenDir = file("../node_modules/react-native-codegen")
1818
// The cli.js file which is the React Native CLI entrypoint. Default is ../node_modules/react-native/cli.js
1919
// cliFile = file("../node_modules/react-native/cli.js")
2020

0 commit comments

Comments
 (0)