reapp / reapp-ui

Amazing cross platform UI's with React and JavaScript
https://reapp.io
MIT License
257 stars 47 forks source link

Added and corrected flexbox support, mostly for Safari. #57

Closed jhopper28 closed 9 years ago

jhopper28 commented 9 years ago

This fixes the issue where Safari would not stretch flexbox contained items. Also made a little correction to the README.

natew commented 9 years ago

We shouldn't need the Webkit stuff anymore with react-style-normalizer, right?

jhopper28 commented 9 years ago

From what I'm seeing the webkit stuff I put in is still necessary…seems like some things must not be calling react-style-normalizer. But maybe I have things wired up improperly?

jhopper28 commented 9 years ago

@natew What's your plan to merge this so it's installed with the default package?

natew commented 9 years ago

All merged