react-native-swiper icon indicating copy to clipboard operation
react-native-swiper copied to clipboard

crash on android in release mode

Open takunee opened this issue 7 years ago • 2 comments

Which OS ?

Version

Which versions are you using:

  • react-native-swiper v1.5.13
  • react-native v0.5.7

=================================

com.facebook.react.bridge.JSApplicationIllegalArgumentException: Error while updating property 'left' in shadow node of type: RCTView at com.facebook.react.uimanager.ViewManagersPropertyCache$PropSetter.updateShadowNodeProp(ViewManagersPropertyCache.java:116) at com.facebook.react.uimanager.ViewManagerPropertyUpdater$FallbackShadowNodeSetter.setProperty(ViewManagerPropertyUpdater.java:157) at com.facebook.react.uimanager.ViewManagerPropertyUpdater.updateProps(ViewManagerPropertyUpdater.java:61) at com.facebook.react.uimanager.ReactShadowNodeImpl.updateProperties(ReactShadowNodeImpl.java:458) at com.facebook.react.uimanager.UIImplementation.createView(UIImplementation.java:295)

takunee avatar Nov 08 '18 06:11 takunee

I'm currently experiencing this issue, any solution yet ?

allindeveloper avatar Sep 26 '21 19:09 allindeveloper

i was using react-native-svg to render svgs on each <View/> insider <Swiper/> this solved my issue https://github.com/react-native-svg/react-native-svg#problems-with-proguard

allindeveloper avatar Sep 26 '21 21:09 allindeveloper