deanhet / react-native-text-ticker

React Native Text Ticker/Marquee Component
MIT License
444 stars 75 forks source link

Animation/Scroll issue for View in android #116

Open urveshdungrani opened 2 years ago

urveshdungrani commented 2 years ago

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