打开底部工作表时,如何以黑色透明的颜色达到react-native-raw-bottom-sheet?

问题描述

我在React本机应用程序中使用react-native-raw-bottom-sheet,打开底页时会呈现黑色透明视图。

解决方法

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

请查看此软件包https://github.com/nomi9995/react-native-bottomsheet-reanimated

此软件包可能对您有所帮助。

关于, 穆罕默德·阿萨德

P.S。我是该软件包的撰稿人之一,我们将在几个小时内发布一个新版本。