2017-06-01 22:01:00 +00:00
Please read the following carefully. Issues that do not follow these guidelines will be closed.
2016-02-18 18:53:41 +00:00
2017-04-07 18:05:28 +00:00
We use GitHub Issues exclusively for tracking bugs in React Native.
2016-02-17 23:57:27 +00:00
2017-06-01 22:01:00 +00:00
- Have a question? Ask on Stack Overflow: http://stackoverflow.com/questions/tagged/react-native
- Have a feature request? Submit it here: https://react-native.canny.io/feature-requests
- Want to know more about future plans? Check out the roadmap: https://github.com/facebook/react-native/wiki/Roadmap
2017-03-09 00:08:32 +00:00
2017-06-01 22:01:00 +00:00
## Reporting Bugs
Report a single bug per issue.
### Reproducing bugs
- Always provide reproduction steps.
- Use Snack. Try to reproduce your bug on https://snack.expo.io/ first of all.
If the bug cannot be reproduced using Snack, verify that the issue can be reproduced locally by targeting the latest release candidate. Ideally, check if the issue is present in master as well.
- Do not forget to include sample code that reproduces the issue.
Issues that do not describe a bug or do not follow the template will be closed.
2017-04-07 18:05:28 +00:00
2017-03-23 18:09:07 +00:00
--- Delete everything above this line ---
2016-02-18 23:10:14 +00:00
2016-10-24 22:34:23 +00:00
### Description
2016-02-18 23:10:14 +00:00
2017-03-23 18:09:07 +00:00
Explain what you did, what you expected to happen, and what actually happens.
2016-02-17 23:57:27 +00:00
2017-03-23 18:09:07 +00:00
### Reproduction Steps and Sample Code
2016-02-17 23:57:27 +00:00
2017-04-07 18:05:28 +00:00
List all the steps required to reproduce the issue you're reporting. These steps should be clear and concise.
2017-06-01 22:01:00 +00:00
** *An example of your code or a repro using Snack is REQUIRED***
2017-04-07 18:05:28 +00:00
2016-08-29 17:41:59 +00:00
2016-11-11 17:32:35 +00:00
### Solution
2017-03-23 18:09:07 +00:00
What needs to be done to address this issue? Ideally, provide a pull request with a fix.
2016-11-11 17:32:35 +00:00
2016-08-29 17:41:59 +00:00
### Additional Information
2017-03-21 22:40:04 +00:00
* React Native version: [FILL THIS OUT: Be specific, filling out "latest" here is not enough.]
2016-10-24 22:34:23 +00:00
* Platform: [FILL THIS OUT: iOS, Android, or both?]
2017-05-10 15:26:49 +00:00
* Development Operating System: [FILL THIS OUT: Are you developing on macOS, Linux, or Windows?]
2017-03-09 00:08:32 +00:00
* Dev tools: [FILL THIS OUT: Xcode or Android Studio version, iOS or Android SDK version, if applicable]