diff --git a/README.md b/README.md index 95c0527f..0a74fb09 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ -# :space_invader: React Native Template TypeScript +# This template is deprecated + +React Native added [first-class support for Typescript in version 0.71](https://reactnative.dev/blog/2023/01/03/typescript-first), with the base template now utilizing it. Additionally, the types have been integrated into the React Native repository. Although this template can still be used to generate projects with older versions of React Native, we will no longer update it. We would like to express our gratitude to all contributors for their efforts in enhancing this template over the years. + +## :space_invader: React Native Template TypeScript

@@ -26,15 +30,7 @@ ## :arrow_forward: Usage ```sh -npx react-native init MyApp --template react-native-template-typescript -``` - -### Usage with older versions of React Native - -#### e.g. `react-native@0.69.x` - -```sh -npx react-native init MyApp --template react-native-template-typescript@6.11.9 +npx react-native init MyApp --template react-native-template-typescript@6.12.10 ``` See the below table to find out which version of the template to use. diff --git a/template/Gemfile b/template/Gemfile index 5efda89f..7e9845d6 100644 --- a/template/Gemfile +++ b/template/Gemfile @@ -3,4 +3,4 @@ source 'https://rubygems.org/' # You may use http://rbenv.org/ or https://rvm.io/ to install and use this version ruby '2.7.5' -gem 'cocoapods', '~> 1.11', '>= 1.11.2' +gem 'cocoapods', '~> 1.11', '>= 1.11.3' diff --git a/template/package.json b/template/package.json index 91e77eea..0c4856b4 100644 --- a/template/package.json +++ b/template/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "react": "18.1.0", - "react-native": "0.70.6" + "react-native": "0.70.10" }, "devDependencies": { "@babel/core": "^7.12.9",