Skip to content

Instantly share code, notes, and snippets.

@Daniel-Monroy
Last active December 4, 2021 18:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Daniel-Monroy/6d36d47f41cb845f4b31932a263525c7 to your computer and use it in GitHub Desktop.
Save Daniel-Monroy/6d36d47f41cb845f4b31932a263525c7 to your computer and use it in GitHub Desktop.
REACT NATIVE - TYPESCRIPT
# Crear proyecto
- npx react-native init proyect --template react-native-template-typescript
# IOS
- npx pod-install
- npx react-native run-ios
# REACT NAVIGATION
- https://reactnavigation.org/docs/getting-started/
# ICONOS
- https://github.com/oblador/react-native-vector-icons
# GENERATE IOS AND ANDROID
yarn add react-native-eject
npx react-native eject
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment