react-native-template-typescript icon indicating copy to clipboard operation
react-native-template-typescript copied to clipboard

How to create typescript related to react native 0.64.0

Open jack1118 opened this issue 2 years ago • 1 comments

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?

jack1118 avatar Jun 06 '22 02:06 jack1118

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.

maykonmichel avatar Jul 02 '22 10:07 maykonmichel