2018-05-17 20:06:40 -07:00
|
|
|
---
|
|
|
|
name: 🐛 Bug Report
|
2018-05-29 17:24:31 -07:00
|
|
|
about: Report a reproducible bug or regression in the core React Native library.
|
2018-05-17 20:06:40 -07:00
|
|
|
---
|
|
|
|
|
2018-05-29 17:24:31 -07:00
|
|
|
<!-- Requirements: please go through this checklist before opening a new issue -->
|
|
|
|
- [ ] Review the documentation: https://facebook.github.io/react-native
|
|
|
|
- [ ] Search for existing issues: https://github.com/facebook/react-native/issues
|
|
|
|
- [ ] Use the latest React Native version: https://github.com/facebook/react-native/releases
|
|
|
|
- [ ] Run `react-native info` in your terminal and paste its contents under "Environment"
|
|
|
|
- [ ] Let us know how to reproduce the issue. Include a code sample, share a project, or
|
|
|
|
share an app that reproduces the issue using https://snack.expo.io/
|
2016-02-18 10:53:41 -08:00
|
|
|
|
2018-05-29 17:24:31 -07:00
|
|
|
## Environment
|
|
|
|
<!-- Required. -->
|
2016-08-29 10:41:59 -07:00
|
|
|
|
2018-05-29 17:24:31 -07:00
|
|
|
## Description
|
2018-03-16 16:48:45 -07:00
|
|
|
<!-- Describe your issue in detail. -->
|
2016-11-11 09:32:35 -08:00
|
|
|
|
2018-03-16 16:48:45 -07:00
|
|
|
## Steps to Reproduce
|
2018-05-29 17:24:31 -07:00
|
|
|
<!-- Required. -->
|
2017-06-27 09:25:07 -07:00
|
|
|
|
2018-03-16 16:48:45 -07:00
|
|
|
## Expected Behavior
|
|
|
|
<!-- Write what you thought would happen. -->
|
2017-06-27 09:25:07 -07:00
|
|
|
|
2018-03-16 16:48:45 -07:00
|
|
|
## Actual Behavior
|
|
|
|
<!-- Write what happened. Include screenshots if needed. If this is a regression, let us know. -->
|