invertase / react-native-material-design

React Native UI Components for Material Design
http://react-native-material-design.github.io
MIT License
3.15k stars 365 forks source link

Since 0.25, React API should not be imported from react-native. #61

Closed erwan closed 8 years ago

erwan commented 8 years ago

Since 0.25, React API must be imported from 'react', not 'react-native':

https://github.com/facebook/react-native/releases/tag/v0.25.1

That creates warnings and will break in 0.26.

miaodonghan commented 8 years ago

is this change backward compatbile?

erwan commented 8 years ago

Yes, the recommended way works in previous versions too.