Module

ReactNative.Components.Button

Package
purescript-reactnative
Repository
doolse/purescript-reactnative

See Button

#button Source

button :: forall eff. String -> EventHandler eff TouchEvent -> ReactElement

Create a button with the given title and onPress handler

#button_ Source

button_ :: String -> ReactElement

Create a button with the given title

#button' Source

button' :: forall eff o. Subrow o (ButtonPropsO eff) => Record o -> ReactElement

Create a button with the given props and title