thabti / react-native-css

Style React-Native components with css
MIT License
769 stars 66 forks source link

Version 2 #58

Open thabti opened 7 years ago

thabti commented 7 years ago

Just to announce we are releasing version two:


- Remove sass/scss support, this is a huge overhead for little benefit. 
- No CLI, we believe that this is an unnecessary context switch
- NO I/O, no longer writing files, we do everything at runtime.  

Old code is still available on the v1 branch and we can continue pushing that development.