react-native-swipeable
react-native-swipeable copied to clipboard
cannot read property 'style' of undefined
error comes out right after npm install
index.js: 606:36
style: _reactNative.ViewPropTypes.style,
anyone have workaround on this ? react-native-cli: 2.0.1 react-native: 0.42.0
Should work if you upgrade react-native
to >0.46. Otherwise, you could downgrade react-native-swipeable
to 0.4.0.
how can i downgrade to swipeable 0.4.0?