Module

ReactNative.Components.Button

Package
purescript-reactnative
Repository
doolse/purescript-reactnative

See Button

#button Source

button :: String -> EventHandler 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 o. Optional o ButtonPropsO => Record o -> ReactElement

Create a button with the given props and title