react-native-timeline-flatlist icon indicating copy to clipboard operation
react-native-timeline-flatlist copied to clipboard

Shifted innerCircle when changing device orientation

Open JB712 opened this issue 1 year ago • 1 comments

It seems like when I change my emulator orientation (portrait/landscape), everything rerender ok but not the icons from the central line. They are shifted (side depends on the starting orientation). Even when I use dots or default circle element. I use RN 0.72.9 and react-native-timeline-flatlist 0.8.0, on an android emulator.

JB712 avatar Jan 29 '24 16:01 JB712

Ok this is a simple test to adapt display to screen size that is not exhaustive (at least in my case). I am using a custom renderTime, renderDetails, and i build a different React component Icon (from recta-native-element) for each data to be displayed as innerCircle.

Here is my correction : react-native-timeline-flatlist+0.8.0.patch

JB712 avatar Jan 30 '24 13:01 JB712