Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 1.11 KB

README.md

File metadata and controls

17 lines (11 loc) · 1.11 KB

React Native Reproducer

Important

Do not just fork this repository, but use instead the Use this template button on GitHub.

This is the React Native reproducer template.

You can use this template to create a minimal, complete, and reproducible project that the community can use to understand what's your problem. You can read more about the principles of a good reproducible project here.

This template is up to date with react-native@latest as you can find it on npm.

How to use this repository

  1. Click on Use this template button to create a new repository starting from this one.
  2. Git clone your repository locally.
  3. Edit the project to reproduce the failure you're seeing.
  4. Push your changes, so that Github Actions can run the CI.