Skip to content

Commit 5de3ff4

Browse files
authored
Hint the default index.js path (#81)
* Hint the default index.js path * Update ReactNativeGenerator.js
1 parent f3a3b12 commit 5de3ff4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/generators/ReactGenerator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export default class extends BaseGenerator {
5050
resource.title
5151
);
5252
console.log(
53-
"Paste the following definitions in your application configuration:"
53+
"Paste the following definitions in your application configuration (`client/src/index.js` by default):"
5454
);
5555
console.log(
5656
chalk.green(`

src/generators/ReactNativeGenerator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export default class extends BaseGenerator {
4444
resource.title
4545
);
4646
console.log(
47-
"Paste the following definitions in your application configuration:"
47+
"Paste the following definitions in your application configuration (`client/src/index.js` by default):"
4848
);
4949
console.log(
5050
chalk.green(`

0 commit comments

Comments
 (0)