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
Ubuntu 22.04.1 LTS
flicker in area of <Swiper> Component happens when swiping on the latest version of react-native
here is the code:
p.s. Whenever the is placed, it will still happen
const styles = StyleSheet.create({ swiperContainer: { }, swiperItem: { flex: 1, justifyContent: 'center', alignItems: 'center', backgroundColor: '#9DD6EB', fontSize: 40, color: 'black', fontWeight: 'bold' } }) export default function App() { return ( <Swiper style={styles.swiperContainer}> <View style={styles.swiperItem}><Text>1</Text></View> <View style={styles.swiperItem}><Text>2</Text></View> <View style={styles.swiperItem}><Text>3</Text></View> </Swiper> ) }
The text was updated successfully, but these errors were encountered:
Experiencing the same issue
Sorry, something went wrong.
Having the same issue when using the ScrollBy method
seems that this lib not updated anymore. I solved my problems after switching to another lib react-native-reanimated-carousel which u can try it
No branches or pull requests
Which OS ?
Ubuntu 22.04.1 LTS
Version
Actual behaviour
flicker in area of <Swiper> Component happens when swiping on the latest version of react-native
How to reproduce it>
here is the code:
p.s. Whenever the is placed, it will still happen
The text was updated successfully, but these errors were encountered: