generated from react-native-community/reproducer-react-native
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
df6c54a
commit 8e3b779
Showing
4 changed files
with
9 additions
and
68 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,13 @@ | ||
# React Native Reproducer | ||
# ptest | ||
|
||
This is the React Native **reproducer** template. | ||
![Build](https://github.com/prashantpadhariya1137/ptest/workflows/Pre%20Merge%20Checks/badge.svg) | ||
|
||
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 is your new React Native Reproducer project. | ||
|
||
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). | ||
## Reproducer todo list | ||
|
||
## 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. | ||
- [x] Create a new reproducer project. | ||
- [ ] Git clone your repository locally. | ||
- [ ] Edit the project to reproduce the failure you're seeing. | ||
- [ ] Push your changes, so that Github Actions can run the CI. | ||
- [ ] Make sure the repository is public and share the link with the issue you reported. |