Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

can i use css in 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
   }
})
 
PREVIOUS NEXT
Tagged: #css #react #native
ADD COMMENT
Topic
Name
2+5 =