We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I created typescript by the following command
npx react-native init MyPureApp --template [email protected].*
to create project using react native 0.64.0
It created project using react native 0.64.1
How do I create typescript project using react native 0.64.0?
The text was updated successfully, but these errors were encountered:
npx react-native init MyPureApp --template [email protected] do the trick for you 😉
npx react-native init MyPureApp --template [email protected]
As you can see here, react-native-typescript bumped react-native to 0.64.0 in 6.6.1 release.
react-native-typescript
react-native
0.64.0
6.6.1
Sorry, something went wrong.
No branches or pull requests
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
Question
How do I create typescript project using react native 0.64.0?
The text was updated successfully, but these errors were encountered: