We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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)
Screen.Recording.2022-03-10.at.4.32.41.PM.mov
The text was updated successfully, but these errors were encountered: