From 477b816da346056c488630cec0ebf95a10d30afa Mon Sep 17 00:00:00 2001 From: "Christopher J. Brody" Date: Mon, 22 Feb 2021 13:29:03 -0500 Subject: [PATCH] refactor: update a comment again --- lib/lib.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/lib.js b/lib/lib.js index 857f8561..eb5dffd4 100644 --- a/lib/lib.js +++ b/lib/lib.js @@ -193,7 +193,7 @@ exampleReactNativeVersion: ${exampleReactNativeVersion} // resolve **absolute** module & example paths before // react-native-init-func function call // which may affect the process cwd state - // (absolute paths are needed for the steps below to work) + // (absolute paths seem to be needed for the steps below function properly) const modulePath = path.resolve('.', moduleName); const pathExampleApp = path.join(modulePath, exampleName); const exampleAppSubdirectory = path.join('.', moduleName, exampleName);