Module MaskedViewIOS-BsReactNative

let make : maskElement:ReasonReact.reactElement => ?⁠accessible:bool => ?⁠accessibilityLabel:string => ?⁠accessibilityComponentType:[ `button | `none | `radiobutton_checked | `radiobutton_unchecked ] => ?⁠accessibilityTraits:list([< `adjustable | `allowsDirectInteraction | `button | `disabled | `frequentUpdates | `header | `image | `key | `link | `none | `pageTurn | `plays | `search | `selected | `startsMedia | `summary | `text ]) => ?⁠onAccessibilityTap:(unit => unit) => ?⁠hitSlop:BsReactNative.Types.insets => ?⁠onLayout:(BsReactNative.RNEvent.NativeLayoutEvent.t => unit) => ?⁠onMagicTap:(unit => unit) => ?⁠responderHandlers:BsReactNative.Types.touchResponderHandlers => ?⁠pointerEvents:[ `auto | `boxNone | `boxOnly | `none ] => ?⁠removeClippedSubviews:bool => ?⁠style:BsReactNative.Style.t => ?⁠testID:string => ?⁠accessibilityLiveRegion:[ `assertive | `none | `polite ] => ?⁠collapsable:bool => ?⁠importantForAccessibility:[ `auto | `no | `noHideDescendants | `yes ] => ?⁠needsOffscreenAlphaCompositing:bool => ?⁠renderToHardwareTextureAndroid:bool => ?⁠accessibilityViewIsModal:bool => ?⁠shouldRasterizeIOS:bool => array(ReasonReact.reactElement) => ReasonReact.component(ReasonReact.stateless, ReasonReact.noRetainedProps, ReasonReact.actionless);