You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which versions are you using:
"react": "16.9.0",
"react-native": "0.61.3",
"react-native-swiper": "1.6.0-rc.3",
Expected behaviour
This is my Component where i use Swiper.
<View style={{ flex: 1 }}>
<Swiper
style={styles.wrapper}
showsButtons={false}
index={1}
ref={(ref: Swiper) => {
this.swiperMain = ref
}}
horizontal={true}
onIndexChanged={index => this.onIndexChanged(index)}
showsPagination={false}
>
I setted initial index = 1 ad it's ok. But when i launch app (in particular in android) i can see before render index = 1, swiper renders index = 0 in my case Profile. I have been looked for solving this problem on github or google but i didn't find anything
I can record a little video if you want
The text was updated successfully, but these errors were encountered:
Which OS ?
Android and maybe too IOS
Version
Which versions are you using:
"react": "16.9.0",
"react-native": "0.61.3",
"react-native-swiper": "1.6.0-rc.3",
Expected behaviour
This is my Component where i use Swiper.
<View style={{ flex: 1 }}>
<Swiper
style={styles.wrapper}
showsButtons={false}
index={1}
ref={(ref: Swiper) => {
this.swiperMain = ref
}}
horizontal={true}
onIndexChanged={index => this.onIndexChanged(index)}
showsPagination={false}
>
I setted initial index = 1 ad it's ok. But when i launch app (in particular in android) i can see before render index = 1, swiper renders index = 0 in my case Profile. I have been looked for solving this problem on github or google but i didn't find anything
I can record a little video if you want
The text was updated successfully, but these errors were encountered: