Module TabBarIOS-BsReactNative

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