Skip to content

react-native-community/reproducer-react-native

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.