react-native-template-typescript
react-native-template-typescript copied to clipboard
How to create typescript related to react native 0.64.0
Expected results
I created typescript by the following command
npx react-native init MyPureApp --template [email protected].*
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 [email protected].*
Question
How do I create typescript project using react native 0.64.0?
npx react-native init MyPureApp --template [email protected]
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.