How to create typescript related to react native 0.64.0
jack1118 opened this issue · 1 comments
jack1118 commented
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
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.