Skip to content
New issue

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

How to create typescript related to react native 0.64.0 #271

Open
jack1118 opened this issue Jun 6, 2022 · 1 comment
Open

How to create typescript related to react native 0.64.0 #271

jack1118 opened this issue Jun 6, 2022 · 1 comment

Comments

@jack1118
Copy link

jack1118 commented Jun 6, 2022

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
Copy link

maykonmichel commented Jul 2, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants