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);