gpt4 book ai didi

javascript - ScrollView 子布局必须通过 contentContainerStyle Prop 应用

转载 作者:可可西里 更新时间:2023-11-01 02:55:39 24 4
gpt4 key购买 nike

我正在使用 React Native Swiper。并显示此错误我不知道为什么。如何解决?在过去,没有这样的问题。这是第一次发生。怎么了?

这是完整错误的图像:

Here is the image of a full error

<Swiper loop={false}
index={0}
style={styles.wrapper}
activeDotColor={'#EEE'}>

<View style={styles.slide1}>
<Text style={styles.text}>Choose category you like</Text>
</View>
<View style={styles.slide2}>
<Text style={styles.text}>Bookmark articles that you</Text>
<Text style={styles.text}>like</Text>
</View>
<View style={styles.slide3}>
<Text style={styles.text}>Get notifications about your</Text>
<Text style={styles.text}>chosen topic</Text>
<Button style={styles.text} onPress={() => this.props.navigation.navigate("Home")}>
<Text style={styles.text}>Main Screen</Text>
</Button>
</View>
</Swiper>
)
} else {
return <View></View>
}
}
}

const styles = {
wrapper: {
justifyContent: 'center',
alignItems: 'center'
},
slide1: {
flex: 1,
justifyContent: 'center',
alignItems: 'center',
backgroundColor: '#9DD6EB'
},
slide2: {
flex: 1,
justifyContent: 'center',
alignItems: 'center',
backgroundColor: '#97CAE5'
},
slide3: {
flex: 1,
justifyContent: 'center',
alignItems: 'center',
backgroundColor: '#92BBD9'
},
text: {
alignSelf: 'center',
color: '#FFF',
fontSize: 26,
fontWeight: 'bold'
},
}

export default WelcomeScreen

请帮忙解决这个恼人的麻烦。

最佳答案

像这样添加样式

<Swiper loop={false}
index={0}
contentContainerStyle={styles.wrapper}
activeDotColor={'#EEE'}>

关于javascript - ScrollView 子布局必须通过 contentContainerStyle Prop 应用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46032604/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com