Skip to content

Commit f82f092

Browse files
authored
Update guide-release-testing to don't mention that RNTestProject is LegacyArch
1 parent cbbe17b commit f82f092

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

docs/guide-release-testing.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,7 @@ When testing locally, we want to ensure that we start from a clean slate to avoi
4040
We test on two apps
4141

4242
- `RNTester`, a demonstration app that higlights the APIs and core components of React Native
43-
- `RNTestProject`, a project built from the React Native [template]()
44-
45-
| App | New Architecture enabled |
46-
| ------------- | ------------------------ |
47-
| RNTester | true |
48-
| RNTestProject | false |
49-
50-
> [!Note]
51-
> If you need to enable New Architecture on `RNTestProject`, follow the instructions [here](https://github.com/reactwg/react-native-new-architecture/blob/main/docs/enable-apps.md#enable-the-new-architecture-for-apps).
43+
- `RNTestProject`, a project built from the React Native [template](https://github.com/react-native-community/template)
5244

5345
To generate the the right project with the specific configuration desired, you can use the command:
5446

@@ -74,7 +66,7 @@ export GITHUB_TOKEN=<token>
7466
```
7567

7668
> [!Warning]
77-
> If you are testing versions of React Native that are < 0.75, you need a CircleCI token rather than a Github Token.
69+
> If you are testing versions of React Native that are < 0.75, you need a CircleCI token rather than a GitHub Token.
7870
> Follow [these instruction](https://circleci.com/docs/managing-api-tokens/) to learn how to create one.
7971
8072
Use [this link](https://github.com/settings/tokens/new?description=React%20Native%20Releases&scopes=repo) to generate a token with the Repo scope.

0 commit comments

Comments
 (0)