Skip to content

Commit c5d2e93

Browse files
authored
chore: specify where to run npx react-native info for bug reports (#2314)
the "info" command is not known to the react-native wrapper on npmjs.com so "info" only works if you run it from inside a directory where react-native is installed as a local package
1 parent 7c5be73 commit c5d2e93

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ labels: 'bug report'
77
## Environment
88

99
<!--
10-
Run `npx react-native info` in your terminal and paste its contents here.
10+
Run `npx react-native info` in your terminal inside a react-native project
11+
and paste its contents here.
1112
Also please make sure that `npx react-native doctor` is passing.
1213
-->
1314

0 commit comments

Comments
 (0)