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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
I used swiper as the following code, and can not autoLayout when changed orientation
<View style={styles.container}> <View style={{flex:1,alignItems:'flex-start'}}> <Swiper> { this.props.navigation.state.params.data.images.map((img)=>{ return <Image source={img} style={{ flex:1, resizeMode:'contain', alignSelf:'center'}} key={img}/> }) } </Swiper> </View> <View style={styles.button_container}> </View> </View> container: { flex: 1, flexDirection:'column' }, button_container: { flex: 0.1, flexDirection: 'row', alignItems: 'flex-start', justifyContent: 'space-around', }
The text was updated successfully, but these errors were encountered:
Facing the same issue, more thumbsup can be found here: #371
Sorry, something went wrong.
No branches or pull requests
I used swiper as the following code, and can not autoLayout when changed orientation
The text was updated successfully, but these errors were encountered: