mirror of
https://github.com/status-im/react-native.git
synced 2025-01-16 20:44:10 +00:00
829e9ba180
Summary: Closes https://github.com/facebook/react-native/pull/19498 Differential Revision: D8197147 Pulled By: hramos fbshipit-source-id: 0668b885a0eb04a3af948f5643649d5b68488c71
28 lines
1023 B
Markdown
28 lines
1023 B
Markdown
---
|
|
name: 🐛 Bug Report
|
|
about: Report a reproducible bug or regression in the core React Native library.
|
|
---
|
|
|
|
<!-- 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/
|
|
|
|
## Environment
|
|
<!-- Required. -->
|
|
|
|
## Description
|
|
<!-- Describe your issue in detail. -->
|
|
|
|
## Steps to Reproduce
|
|
<!-- Required. -->
|
|
|
|
## Expected Behavior
|
|
<!-- Write what you thought would happen. -->
|
|
|
|
## Actual Behavior
|
|
<!-- Write what happened. Include screenshots if needed. If this is a regression, let us know. -->
|