Skip to content

Commit 9aba10a

Browse files
committed
re-add section
1 parent 4d60d81 commit 9aba10a

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

website/contributing/release-testing.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,3 +109,36 @@ To ensure that we cover the most use cases, we need to ensure we test all these
109109

110110
Bear in mind that RNTester project is already onboarded in the new architecture. `RNTestProject` is not - new architecture mode needs to be [enabled](/docs/the-new-architecture/use-app-template#enable-the-new-architecture) and tested separately.
111111
:::
112+
113+
## Testing pre-releases (RC) on production apps
114+
115+
During the Release Candidate (RC) phase of a release cycle, we ask for the community to set as dependency in their apps the latest RC available and report in the related "Road to 0.XX" how it performs ([example](https://github.com/reactwg/react-native-releases/discussions/26)).
116+
117+
To help provide the relevant information, we have prepared this template they can use as blueprint for what is important to test - they can copy/pasted it in a comment and fill it accordingly.
118+
119+
```markdown
120+
| Link to branch: | |
121+
| ---------------------------- | :---------------------- |
122+
| **Project info** | |
123+
| Name | |
124+
| Starting RN version | <add me, ex. RN 0.65.1> |
125+
| Hermes on iOS | yes/no |
126+
| Hermes on Android | yes/no |
127+
| **Tested - iOS** | |
128+
| Fast Refresh | ✅/🚨/🙅‍♂️ |
129+
| Debug/dev build on Simulator | ✅/🚨/🙅‍♂️ |
130+
| Debug/dev build on Device | ✅/🚨/🙅‍♂️ |
131+
| Production build | ✅/🚨/🙅‍♂️ |
132+
| Chrome remote debugger | ✅/🚨/🙅‍♂️ |
133+
| Hermes debugger | ✅/🚨/🙅‍♂️ |
134+
| Flipper debugger | ✅/🚨/🙅‍♂️ |
135+
| Deploy to TestFlight | ✅/🚨/🙅‍♂️ |
136+
| **Tested - Android** | |
137+
| Fast Refresh | ✅/🚨/🙅‍♂️ |
138+
| Debug/dev build on Emulator | ✅/🚨/🙅‍♂️ |
139+
| Debug/dev build on Device | ✅/🚨/🙅‍♂️ |
140+
| Production build | ✅/🚨/🙅‍♂️ |
141+
| Chrome remote debugger | ✅/🚨/🙅‍♂️ |
142+
| Hermes debugger | ✅/🚨/🙅‍♂️ |
143+
| Flipper debugger | ✅/🚨/🙅‍♂️ |
144+
```

0 commit comments

Comments
 (0)