Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 17 additions & 13 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,24 +29,28 @@
### Environment

<!--
Please fill in all the relevant fields by running these commands in terminal.
-->
In your terminal run `react-native info` and paste its contents here. Next, specify your target platform, like this:

1. `react-native -v`:
2. `node -v`:
3. `npm -v`:
4. `yarn --version`<!-- (if you use Yarn) -->:
Environment:
OS: macOS Sierra 10.12.6
Node: 8.4.0
Yarn: 0.27.5
npm: 5.4.0
Watchman: 4.7.0
Xcode: Xcode 8.3.3 Build version 8E3004b
Android Studio: 2.3 AI-162.4069837

Then, specify:
Packages: (wanted => installed)
react-native: 0.48.1 => 0.48.1
react: 16.0.0-alpha.12 => 16.0.0-alpha.12

<!-- (What platform are you building for? Choose any from iOS, Android, AppleTV.) -->
- Target Platform:
Target Platform: iOS (10.3)

<!-- Which operating system are you using? Specify macOS, Windows, or Linux, along with specific release versions -->
- Development Operating System:
***Make sure you are on v0.48.0 or greater of react-native, otherwise you may get this error:

<!-- Include any additional relevant information. Are you using Xcode or Android Studio to build native code? Is the issue specific to a particular iOS or Android SDK? -->
- Build tools:
Unrecognized command 'info'
Run react-native --help to see list of all available commands
-->

### Steps to Reproduce

Expand Down