From 4d9c168182b5d356dda839dc6f7052026e51b8bc Mon Sep 17 00:00:00 2001 From: Thibault Malbranche Date: Sat, 5 Nov 2022 00:49:51 +0100 Subject: [PATCH] chore: fix typo in build.gradle --- template/android/app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/template/android/app/build.gradle b/template/android/app/build.gradle index 23a5e50e3abf4d..db242847621b2c 100644 --- a/template/android/app/build.gradle +++ b/template/android/app/build.gradle @@ -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")