0 votes
in ReactJS by
Style in React Native

1 Answer

0 votes
by
Style

With React Native,you just style your application using JavaScript and you do not use a special language or syntax for defining styles. All of the React Native components accept a prop named style.

The style names and values usually match how CSS works on the web application, except names are written using camel casing, e.g backgroundColor rather than background-color.

Related questions

0 votes
asked Oct 3, 2020 in ReactJS by DavidAnderson
0 votes
asked May 21, 2020 in ReactJS by GeorgeBell
...