microsoft / TypeScript-React-Native-Starter

A starter template for TypeScript and React Native with a detailed README describing how to use the two together.
MIT License
1.91k stars 210 forks source link

react-native-typescript-transformer not required #55

Open ravilution opened 5 years ago

ravilution commented 5 years ago

Starting react native 0.57 react-native-typescript-transformer is not required. Check here.

ravilution commented 5 years ago

react-native-template-typescript helped. Their command react-native init MyApp --template typescript && node MyApp/setup.js works.