Skip to content

Instantly share code, notes, and snippets.

@aranda-adapptor
Last active March 3, 2021 07:41
Show Gist options
  • Save aranda-adapptor/9ad8a09293f6f10d7a685eb610179670 to your computer and use it in GitHub Desktop.
Save aranda-adapptor/9ad8a09293f6f10d7a685eb610179670 to your computer and use it in GitHub Desktop.
Convert to TypeScript
curl https://raw.githubusercontent.com/expo/expo/master/templates/expo-template-blank-typescript/tsconfig.json -o tsconfig.json
yarn add --dev typescript @types/react @types/react-native @types/react-dom
mv App.js App.tsx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment