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

How to create typescript related to react native 0.64.0

jack1118 opened this issue · 1 comments

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?

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.