AlbertBrand / react-native-android-tablayout

React Native Android TabLayout native component
140 stars 29 forks source link

RN 0.26 breaking change support - import react, comp and proptype fro… #21

Closed sesteva closed 8 years ago

sesteva commented 8 years ago

This change is to support the breaking changes on RN 0.26. React, Component and PropTypes should be imported from React package, not from React-native. Otherwise we get a RED Screen, displaying bug #20

gonzadocarmo commented 8 years ago

Hey @AlbertBrand when do u expect to have a new version pushed to npm? Thx u!