Skip to content

Commit

Permalink
docs: add deprecation notice in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Jun 5, 2024
1 parent 83aca28 commit 36f15d7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
<p align="center">
<a href="https://github.com/expo/examples">
<img alt="create-react-native-app" src="./.gh-assets/banner.svg">
<h1 align="center">Create React Native App</h1>
<h1 align="center">⚠️ Deprecated</h1>
<p align="center">Create React Native App</p>
</a>
</p>

Expand All @@ -29,6 +30,13 @@

</p>


# ⚠️ Deprecated

It's recommended to use a framework to build apps with React Native, [learn more](https://reactnative.dev/docs/environment-setup).

---

<!-- Body -->

```sh
Expand Down
2 changes: 1 addition & 1 deletion src/__tests__/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ it('logs @react-native-community/cli as alternative', async () => {

it('logs more information link', async () => {
expect(await execute()).toMatchObject({
stderr: expect.stringContaining('https://reactnative.dev/docs/getting-started'),
stderr: expect.stringContaining('https://reactnative.dev/docs/environment-setup'),
});
});

0 comments on commit 36f15d7

Please sign in to comment.