react-native-community / react-native-community/template
Tag the matching commits against the currently supported versions of React Native
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 242
- Forks
- 85
- Avg merge
- 6d 16h
- Merged PRs (30d)
- 3
Description
Problem
We need accurate tags in the project for the currently supported versions of React Native, so the CLI can match and initialise the correct template. These might, in-fact, be the same commits but we need to be sure.
Currently supported versions
See here, but the list is:
| Version | Type | Support level |
|---|---|---|
| 0.74.x | Next version | Future |
| 0.73.x | Latest stable | Active |
| 0.72.x | Previous (-1) minor series | Active |
| 0.71.x | Previous (-2) minor series | End of Cycle |
| <=0.70.x | Old minor series | Unsupported |
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the repository's existing tags and the React Native release list linked in the issue, then inspect the commits corresponding to versions 0.74.x through 0.71.x. Done means the matching commits are verified and tagged so the CLI can identify and initialise the correct template for each supported version.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react-native
- Domain
- cli, mobile-dev
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100