Module TouchableOpacity

external setOpacityTo : ReasonReact.reactRef => float => int => unit = "BS:4.0.5„•¦¾���$��� ���$���"°  B‘@  B  B@E•À,setOpacityTo@@@""setOpacityTo";
let make : ?⁠accessible:bool => ?⁠accessibilityLabel:string => ?⁠accessibilityComponentType:[ `none | `button | `radiobutton_checked | `radiobutton_unchecked ] => ?⁠accessibilityTraits:list([ `none | `button | `link | `header | `search | `image | `selected | `plays | `key | `text | `summary | `disabled | `frequentUpdates | `startsMedia | `adjustable | `allowsDirectInteraction | `pageTurn ]) => ?⁠delayLongPress:int => ?⁠delayPressIn:int => ?⁠delayPressOut:int => ?⁠disabled:bool => ?⁠hitSlop:Types.insets => ?⁠style:Style.t => ?⁠onLayout:(RNEvent.NativeLayoutEvent.t => unit) => ?⁠onPress:(unit => unit) => ?⁠onLongPress:(unit => unit) => ?⁠onPressIn:(unit => unit) => ?⁠onPressOut:(unit => unit) => ?⁠pressRetentionOffset:Types.insets => ?⁠activeOpacity:float => ?⁠focusedOpacity:float => ?⁠tvParallaxProperties:Js.t({. }) => array(ReasonReact.reactElement) => ReasonReact.component(ReasonReact.stateless, ReasonReact.noRetainedProps, unit);