This project is the result of countless hours of work and is maintained for free on our spare time. Show some love and respect by making it easier for us to help you!
If you would like to report a problem, take a look around and see if someone already opened an issue about it. If you are certain this is a new, unreported bug, you can submit a bug report by opening a new issue.
- One issue, one bug: Please report a single bug per issue.
- Provide a Snack example: To demonstrate the issue, you need to provide a reduced test case using Snack and follow the guidelines for providing a Minimal, Complete, and Verifiable example. More often than not, providing a screencast will also be of tremendous help to understand the matter at stake (a screenshot might sometimes be enough).
- Provide reproduction steps: List all the steps necessary to reproduce the issue. Provide a Snack, share the relevant source code or upload a sample project to GitHub. We should be able to follow these steps to reproduce your issue with minimal effort.
- Try out the latest version: Verify that the issue can be reproduced locally by updating your project to use the latest commit from
master
. The bug may have already been fixed! Also make sure to test the latest stable release of React Native as your issue could be linked to RN's core.