Last active
December 4, 2021 18:08
-
-
Save Daniel-Monroy/6d36d47f41cb845f4b31932a263525c7 to your computer and use it in GitHub Desktop.
REACT NATIVE - TYPESCRIPT
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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