Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/react-native-community/reproducer-react-native

A reproducer to easily recreate bugs and report problems for React Native
https://github.com/react-native-community/reproducer-react-native

react-native reproducer

Last synced: about 6 hours ago
JSON representation

A reproducer to easily recreate bugs and report problems for React Native

Awesome Lists containing this project

README

        

# React Native Reproducer

> [!IMPORTANT]
> Do not just **fork** this repository, but use instead the [![Use this template](https://img.shields.io/badge/-Use%20this%20template-brightgreen)](https://github.com/cortinico/reproducer-react-native/generate) 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](https://stackoverflow.com/help/mcve).

This template is up to date with `react-native@latest` as you can find it on [npm](https://www.npmjs.com/package/react-native/v/latest).

## How to use this repository

1. Click on [![Use this template](https://img.shields.io/badge/-Use%20this%20template-brightgreen)](https://github.com/cortinico/reproducer-react-native/generate) 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.