microsoft/TypeScript-React-Native-Starter

react-native-typescript-transformer not required

ravilution opened this issue · 1 comments

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

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