react-native-text-ticker icon indicating copy to clipboard operation
react-native-text-ticker copied to clipboard

Animation/Scroll issue for View in android

Open urveshdungrani opened this issue 3 years ago • 0 comments

Working fine with the iOS but not for the android

passing multiple elements based on my layout. below is the array of elements which am passing.

<TextTicker> [<View><Memo(_c) text="AirTV" textStyle={[Object]} /></View>, <Memo(Text) accessibilityLabel="" importantForAccessibility="no" style={[[Object], [Object]]}> • </Memo(Text)>, <Memo(Text) numberOfLines={1} style={{}}>30 Min</Memo(Text)>, <Memo(Text) accessibilityLabel="" importantForAccessibility="no" style={[[Object], [Object]]}> • </Memo(Text)>, <View><Memo(_c) accessibilityLabel="rated TV-14" text="TV-14" /></View>] </TextTicker>

In the video left(Android) and right(iOS)

https://user-images.githubusercontent.com/46454658/157649330-809143c8-d17e-487c-b983-e34b6515bd7e.mov

urveshdungrani avatar Mar 10 '22 11:03 urveshdungrani