Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 888 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 888 Bytes

React Native Reproducer

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.