You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: proposals/0007-rn-versions-lifecycle-support.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
4
4
5
-
>As we are finding ways to better support React Native community, we are moving towards supporting a limited amount of versions of React Native better.
5
+
>As we look for ways to better support the React Native community, we will move towards supporting a limited number of versions of React Native better.
6
6
7
7
8
8
The React Native Core team is working to strike a balance between the speed of innovation with the amount of regular change to the platform. We understand that each release brings new value and has an adoption cost to the community.
@@ -23,7 +23,7 @@ Below we are defining terms used in this document:
23
23
## Which versions are currently supported?
24
24
25
25
We’re supporting the **latest****version**, and the latest versions from the **two previous minor series.**
26
-
We’re also supporting the **next version,**having in mind this is the not yet stable version we are developing at that moment in time.
26
+
We’ll also support the **next version**being developed, which will become stable after its release.
27
27
28
28
Versions:
29
29
@@ -42,7 +42,7 @@ Due to support bandwidth, the React Native team, with the community's help, is l
42
42
43
43
Issues & PRs opened against older versions would be considered only in exceptional cases. Please update your application to one of the supported versions and raise the Issue/PR targeted to that version.
44
44
45
-
Issues should contain a [**reproducer**](https://stackoverflow.com/help/minimal-reproducible-example) project regardless of which version they targeting, for them to be considered.
45
+
Issues should contain a [**reproducer**](https://stackoverflow.com/help/minimal-reproducible-example) project regardless of which version they are targeting, for them to be considered.
46
46
Issues without a reproducer will require more effort to understand and fix, and are less likely to receive attention.
47
47
48
48
At this point in time, we are prioritizing issues that are related to:
@@ -57,7 +57,7 @@ We’re **accepting cherry-pick requests** for the currently supported versions.
57
57
58
58
Cherry-Pick requests should be submitted via the [React Native Releases Working Group](https://github.com/reactwg/react-native-releases/discussions/categories/patches), in the corresponding discussion thread.
59
59
60
-
Please note that each cherry-pick request will be assessed and approved individually. Cherry-Pick requests against unsupported versions will be rejected unless they’re involving security issues.
60
+
Please note that each cherry-pick request will be assessed and approved individually. Cherry-Pick requests against unsupported versions will be rejected unless they involve security issues.
0 commit comments