2018-05-18 03:06:40 +00:00
---
name: 🐛 Bug Report
2018-05-30 00:24:31 +00:00
about: Report a reproducible bug or regression in the core React Native library.
2018-05-18 03:06:40 +00:00
---
2018-05-30 00:24:31 +00: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
2018-06-15 00:36:20 +00:00
- [ ] Use the latest React Native release: https://github.com/facebook/react-native/releases
2016-02-18 18:53:41 +00:00
2018-05-30 00:24:31 +00:00
## Environment
2018-06-15 00:36:20 +00:00
Run `react-native info` in your terminal and paste its contents here.
2016-08-29 17:41:59 +00:00
2018-05-30 00:24:31 +00:00
## Description
2018-06-15 00:36:20 +00:00
Describe your issue in detail. Include screenshots if needed. If this is a regression, let us know.
2016-11-11 17:32:35 +00:00
2018-06-15 00:36:20 +00:00
## Reproducible Demo
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/. Please follow the guidelines for providing a MCVE: https://stackoverflow.com/help/mcve