Skip to content

Instantly share code, notes, and snippets.

@thibaut-d
Last active June 21, 2020 21:12
Show Gist options
  • Save thibaut-d/7b39185f4757d2f262d9b43d97765016 to your computer and use it in GitHub Desktop.
Save thibaut-d/7b39185f4757d2f262d9b43d97765016 to your computer and use it in GitHub Desktop.
React Native CheatSheet
# Start With TypeScript
npx react-native init AwesomeTSProject --template react-native-template-typescript
# Run the app locally
npx react-native start
npx react-native run-android
npx react-native run-ios
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment