diff --git a/README.md b/README.md index 26aa0a7..49c48c2 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,8 @@

create-react-native-app -

Create React Native App

+

⚠️ Deprecated

+

Create React Native App

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

+ +# ⚠️ Deprecated + +It's recommended to use a framework to build apps with React Native, [learn more](https://reactnative.dev/docs/environment-setup). + +--- + ```sh diff --git a/src/__tests__/index.test.js b/src/__tests__/index.test.js index 04928fe..a6171fe 100644 --- a/src/__tests__/index.test.js +++ b/src/__tests__/index.test.js @@ -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'), }); });