myrjola / neartobeer

Find cheap beers near you
0 stars 0 forks source link

Create stylesheet for the whole application #5

Open myrjola opened 7 years ago

myrjola commented 7 years ago

Something like https://github.com/airbnb/react-native-maps/blob/master/example/examples/TakeSnapshot.js#L106-L136 is missing.

myrjola commented 7 years ago

It's probably a better idea to encapsulate the styles inside the components. See https://medium.com/the-react-native-log/tips-for-styling-your-react-native-apps-3f61608655eb. This is also a good tutorial https://medium.com/the-react-native-log/intro-to-styling-in-react-native-c2c942bf1306.

myrjola commented 7 years ago

Already did some styling for https://github.com/myrjola/beersunderx/blob/master/components/MaxBeerPriceRadioButtons.js#L7-L17