gpt4 book ai didi

react-native - 打开 Bottom Sheet 时如何实现黑色透明的react-native-raw-bottom-sheet?

转载 作者:行者123 更新时间:2023-12-03 10:12:17 25 4
gpt4 key购买 nike

我在react native 应用程序中使用react-native-raw-bottom-sheet,打开 Bottom Sheet 时黑色透明 View 。

最佳答案

<RBSheet
ref={refRBSheet}
closeOnDragDown={true}
closeOnPressMask={true}
customStyles={{
wrapper: {
backgroundColor: 'rgba(0,0,0,.6)',
},
draggableIcon: {
backgroundColor: 'blue',
},
}}>

关于react-native - 打开 Bottom Sheet 时如何实现黑色透明的react-native-raw-bottom-sheet?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63717636/

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