Module

ReactNative.Components.ActivityIndicator

Package
purescript-reactnative
Repository
doolse/purescript-reactnative

See ActivityIndicator

#ActivityIndicatorProps Source

type ActivityIndicatorProps eff = ViewPropsEx eff (animating :: Boolean, color :: Color, size :: ActivityIndicatorSize) () (hidesWhenStopped :: Boolean)

#activityIndicator Source

activityIndicator :: Boolean -> ReactElement

Create an ActivityIndicator with just the animating flag

#activityIndicator' Source

activityIndicator' :: forall eff. Prop (ActivityIndicatorProps eff) -> Boolean -> ReactElement

Create an ActivityIndicator with props and the animating flag

#ActivityIndicatorSize Source