Module

ReactNative.API

Package
purescript-reactnative
Repository
doolse/purescript-reactnative

#ALERT Source

data ALERT :: Effect

#alert Source

alert :: forall e. String -> Maybe String -> Eff (alert :: ALERT | e) Unit

#keyboardDismiss Source

keyboardDismiss :: forall eff. Eff eff Unit

#REGISTER Source

#registerComponent Source

registerComponent :: forall props e. String -> ReactClass props -> Eff (register :: REGISTER | e) Unit