“Posso usar o CSS em React Native” Respostas de código

Posso usar o CSS em React Native

// A StyleSheet is an abstraction similar to CSS StyleSheets

const styles = StyleSheet.create ({
   myBeautifulStyle: {
      marginTop: 20,
      textAlign: 'center',
      color: 'blue',
      fontWeight: 'bold',
      fontSize: 20
   }
})
Nirvana-Forever

reaja o uso nativo CSS

Not exactly CSS, the style names and values usually match how CSS works on 
the web, except names are written using camel casing, e.g. backgroundColor 
instead of background-color.
nev gon giv u up

Respostas semelhantes a “Posso usar o CSS em React Native”

Perguntas semelhantes a “Posso usar o CSS em React Native”

Mais respostas relacionadas para “Posso usar o CSS em React Native” em CSS

Procure respostas de código populares por idioma

Procurar outros idiomas de código