Skip to content

Commit

Permalink
chore: fix typo in build.gradle (#35209)
Browse files Browse the repository at this point in the history
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: #35209

Reviewed By: cipolleschi

Differential Revision: D41080347

Pulled By: cortinico

fbshipit-source-id: d2e36f232f798a636f98843edbc5651730125fc4
  • Loading branch information
Titozzz authored and facebook-github-bot committed Nov 7, 2022
1 parent 62244d4 commit 38e35df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template/android/app/build.gradle
Expand Up @@ -12,9 +12,9 @@ react {
// The root of your project, i.e. where "package.json" lives. Default is '..'
// root = file("../")
// The folder where the react-native NPM package is. Default is ../node_modules/react-native
// reactNativeDir = file("../node-modules/react-native")
// reactNativeDir = file("../node_modules/react-native")
// The folder where the react-native Codegen package is. Default is ../node_modules/react-native-codegen
// codegenDir = file("../node-modules/react-native-codegen")
// codegenDir = file("../node_modules/react-native-codegen")
// The cli.js file which is the React Native CLI entrypoint. Default is ../node_modules/react-native/cli.js
// cliFile = file("../node_modules/react-native/cli.js")

Expand Down

0 comments on commit 38e35df

Please sign in to comment.