Skip to content

Commit

Permalink
refactor: update a comment again
Browse files Browse the repository at this point in the history
  • Loading branch information
brodycj committed Feb 22, 2021
1 parent 307ea14 commit 477b816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/lib.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 477b816

Please sign in to comment.