Module Text-BsReactNative.CreateComponent

Parameters

Impl : BsReactNative.View.Impl

Signature

let make : ?⁠accessible:bool => ?⁠allowFontScaling:bool => ?⁠ellipsizeMode:[ `clip | `head | `middle | `tail ] => ?⁠numberOfLines:int => ?⁠onLayout:(BsReactNative.RNEvent.NativeLayoutEvent.t => unit) => ?⁠onLongPress:(unit => unit) => ?⁠onPress:(unit => unit) => ?⁠pressRetentionOffset:BsReactNative.Types.insets => ?⁠selectable:bool => ?⁠style:BsReactNative.Style.t => ?⁠testID:string => ?⁠selectionColor:string => ?⁠textBreakStrategy:[ `balanced | `highQuality | `simple ] => ?⁠adjustsFontSizeToFit:bool => ?⁠minimumFontScale:float => ?⁠suppressHighlighting:bool => ?⁠value:string => array(ReasonReact.reactElement) => ReasonReact.component(ReasonReact.stateless, ReasonReact.noRetainedProps, unit);