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
2018-06-14 17:36:20 -07:00
- [ ] Use the latest React Native release: https://github.com/facebook/react-native/releases
2016-02-18 10:53:41 -08:00
2018-05-29 17:24:31 -07:00
## Environment
2018-06-14 17:36:20 -07:00
Run `react-native info` in your terminal and paste its contents here.
2016-08-29 10:41:59 -07:00
2018-05-29 17:24:31 -07:00
## Description
2018-06-14 17:36:20 -07:00
Describe your issue in detail. Include screenshots if needed. If this is a regression, let us know.
2016-11-11 09:32:35 -08:00
2018-06-14 17:36:20 -07: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