react-native-calendar-strip icon indicating copy to clipboard operation
react-native-calendar-strip copied to clipboard

Odd jumping when scrollable is true

Open gunnx opened this issue 3 years ago • 4 comments

Has anyone seen this behaviour before?

https://user-images.githubusercontent.com/1970063/111909387-ffe4c200-8a54-11eb-9261-2d22f892d42b.mov

gunnx avatar Mar 21 '21 14:03 gunnx

Please create a reproducible demo. This project has a sample app that you can use as a base: https://github.com/BugiDev/react-native-calendar-strip#development-with-sample-application

peacechen avatar Mar 21 '21 20:03 peacechen

@peacechen I have this case, when you try on android above version 10 you will get this bug. Maybe someone can fix this.

kresnaputra avatar Jul 13 '21 11:07 kresnaputra

This library uses RecyclerListView for the scrollable mode. We need your help debugging this, as I don't have a device to test on. Connect your physical device to the debugger and set breakpoints in Scroller.js. We could debug easier if this happens on the emulator.

peacechen avatar Jul 13 '21 14:07 peacechen

never mind what I said before. the problem is the style props, when I use the marginHorizontal or paddingHorizontal the bug is show up, otherwise when I use the marginLeft and marginRight style, it is work perfectly.

kresnaputra avatar Jul 13 '21 17:07 kresnaputra