lucasfloriani / estudos-com-react-native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Estudos com React Native

Relação de componentes com tags html

  • View => div
  • SafeAreaView (Cantos da tela do IOS) => div
  • Text => p
  • TextInput => input
  • FlatList => ul/li
  • Image => img
  • ImageBackground => img com conteúdo
  • TouchableOpacity => button

Para estilização de componentes

StyleSheet (Objeto para criação de CSS)

About


Languages

Language:JavaScript 100.0%