React Native Styling
Overview
Stylesheet.create()
Camel Case is used and an object created. There are no px suffixes for pixel values. Should work on all devices. The names do not necessary align with Android or IoS name. Only works on React components and not standard tags like div
const styles = Stylesheet.create({
container: {
backgroundColor: "white",
height: 470.
}
})