Module

ReactNative.Android.Components

Package
purescript-reactnative
Repository
doolse/purescript-reactnative

#toolbarAndroid' Source

toolbarAndroid' :: forall o eff. Subrow o (ToolbarAndroidPropO eff) => Record o -> Array ReactElement -> ReactElement

Create a ToolbarAndroid component

#action' Source

action' :: { icon :: Maybe ImageSource, show :: ActionShow, showWithText :: Boolean, title :: String } -> ToolbarAction

#ToolbarAction Source

type ToolbarAction = { icon :: Undefinable ImageSource, show :: ActionShow, showWithText :: Boolean, title :: String }

#ActionShow Source

newtype ActionShow

#DrawerPosition Source

#drawerPosition Source

#DrawerLockMode Source

#drawerLockMode Source

drawerLockMode :: { lockedClosed :: DrawerLockMode, lockedOpen :: DrawerLockMode, unlocked :: DrawerLockMode }

#DrawerKeyboardDismissMode Source

#DrawerLayoutRef Source

newtype DrawerLayoutRef

Constructors

#drawerLayoutAndroid' Source

#openDrawer Source

openDrawer :: forall eff. DrawerLayoutRef -> Eff eff Unit

#closeDrawer Source

closeDrawer :: forall eff. DrawerLayoutRef -> Eff eff Unit