Here they are divided by component type:
View
Image
Text
Flexbox
Transform
If you see an enumeration in the documentation, for example, on the text style documentation page:
fontStyle enum('normal', 'italic')
fontWeight enum("normal", 'bold', '100', '200', '300', '400', '500', '600', '700', '800', '900')
They usually resemble the css properties you find on the Internet.
source
share