Answers for "can we write css with react native"

0

does react native use 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.
Posted by: Guest on July-31-2021

Code answers related to "can we write css with react native"

Browse Popular Code Answers by Language