AlbertBrand / react-native-android-tablayout

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

Update to fix the crash on RN 0.32 #28

Closed lintonye closed 8 years ago

lintonye commented 8 years ago

This PR updates the component to support React Native 0.32.

The type signature of the constructor of com.facebook.react.uimanager.events.Event has been changed due to: https://github.com/facebook/react-native/commit/da063e3d55a4fcd617ac496d62aa051343f35b56#diff-83ea119f0177e3a5cdf1563ae82b471d

vidyuthd commented 8 years ago

hi @AlbertBrand, this is needed to work on 0.32. Can you please look at this on priority basis as currently even 0.33 is released. Thanks.

@lintonye nice work.

vidyuthd commented 8 years ago

@AlbertBrand please publish these changes to npm.

nicolo-ribaudo commented 8 years ago

@AlbertBrand Sorry for this non-constructive comment, but when will this fix released on npm?