TVke / react-native-tailwindcss

A react-native style system based on TailwindCSS
https://tvke.github.io/react-native-tailwindcss/
MIT License
565 stars 34 forks source link

Added missing overflow scroll property #38

Closed jbreuer95 closed 4 years ago

jbreuer95 commented 4 years ago

https://reactnative.dev/docs/layout-props#overflow

TVke commented 4 years ago

Hey @jbreuer95

Thank you very much for fixing this oversight. I added the new output to the tests so everything is green again.

greetings Thomas