React native 底纸打开时,如何使原材料底纸与黑色透明纸发生反应?

React native 底纸打开时,如何使原材料底纸与黑色透明纸发生反应?,react-native,bottom-sheet,React Native,Bottom Sheet,我在react native应用程序中使用react native原始底部工作表,打开底部工作表时显示黑色透明视图。 <RBSheet ref={refRBSheet} closeOnDragDown={true} closeOnPressMask={true} customStyles={{ wrapper: { backgroundColor: 'rgba(0,0,0,.6)', }, draggableIcon: { b

我在react native应用程序中使用react native原始底部工作表,打开底部工作表时显示黑色透明视图。


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

请查看此软件包

这个包裹可能对你有帮助

问候,, 穆罕默德·阿萨德


另外,我是这个软件包的贡献者之一,我们将在几个小时内发布一个新版本。

请查看这个软件包

这个包裹可能对你有帮助

问候,, 穆罕默德·阿萨德


另外,我是这个软件包的贡献者之一,我们将在几个小时内发布一个新版本。

use:wrapper:{backgroundColor:'rgba(0,0,0,6)}use:wrapper:{backgroundColor:'rgba(0,0,0,0,6)}