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 d279b86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<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>
</a>
</p>

<!-- Header -->

<p align="center">
<b>The fastest way to create React Native apps</b>
<b>It's recommended to use a framework to build apps with React Native, <a href="https://reactnative.dev/docs/environment-setup">learn more</a>.</b>
<br />

<p align="center">
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 d279b86

Please sign in to comment.