Skip to content

Instantly share code, notes, and snippets.

@Klerith
Created March 3, 2021 20:56
Show Gist options
  • Save Klerith/89d5288dec7ff254913453d26a63e981 to your computer and use it in GitHub Desktop.
Save Klerith/89d5288dec7ff254913453d26a63e981 to your computer and use it in GitHub Desktop.
Comando para crear aplicación de React Native con TypeScript

Comando para crear un proyecto de RN con TS

npx react-native init AwesomeTSProject --template react-native-template-typescript
@cuadros-code
Copy link

export const colors = {
darkGray: '#2D2D2D',
ligthGray: '#9B9B9B',
orange: '#FF9427',

textPrimary: '#ffffff',
textSecondary: '#666666',
background: '#000000'
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment