react-native-community / react-native-template-typescript

👾 Clean and minimalist React Native template for a quick start with TypeScript.
https://www.npmjs.com/package/react-native-template-typescript
MIT License
1.86k stars 397 forks source link

How to create typescript related to react native 0.64.0 #271

Open jack1118 opened 2 years ago

jack1118 commented 2 years ago

Expected results

I created typescript by the following command

npx react-native init MyPureApp --template react-native-template-typescript@6.6.*

to create project using react native 0.64.0

Observed results

It created project using react native 0.64.1

Steps to reproduce

npx react-native init MyPureApp --template react-native-template-typescript@6.6.*

Question

How do I create typescript project using react native 0.64.0?

maykonmichel commented 2 years ago

npx react-native init MyPureApp --template react-native-template-typescript@6.6.1 do the trick for you 😉

As you can see here, react-native-typescript bumped react-native to 0.64.0 in 6.6.1 release.