Module

ReactNative.Android.Components

Package
purescript-reactnative
Repository
doolse/purescript-reactnative

#ToolbarAction Source

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

#ActionShow Source

newtype ActionShow

#action' Source

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

#toolbarAndroid' Source

#DrawerPosition Source

#drawerPosition Source

#DrawerLockMode Source

#drawerLockMode Source

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

#DrawerKeyboardDismissMode Source

#DrawerLayoutRef Source

newtype DrawerLayoutRef

Constructors