Module

ReactNative.Components.ScrollView

Package
purescript-reactnative
Repository
doolse/purescript-reactnative

See ScrollView

#scrollTo Source

scrollTo :: { x :: Int, y :: Int } -> Scrollable -> Effect Unit

#scrollTo' Source

scrollTo' :: { animated :: Boolean, x :: Int, y :: Int } -> Scrollable -> Effect Unit

#Scrollable Source

newtype Scrollable

#DecelerationRate Source

#IndicatorStyle Source

#SnapToAlignment Source

#KeyboardDismissMode Source

#KeyboardShouldPersistTaps Source

#keyboardDismissMode Source

#decelerationRate Source

#indicatorStyle Source

indicatorStyle :: { black :: IndicatorStyle, default :: IndicatorStyle, white :: IndicatorStyle }

#snapToAlignment Source

#ScrollViewPropsEx Source

type ScrollViewPropsEx r = ViewPropsEx' Scrollable (contentContainerStyle :: Styles, horizontal :: Boolean, keyboardDismissMode :: KeyboardDismissMode, keyboardShouldPersistTaps :: KeyboardShouldPersistTaps, onContentSizeChange :: EventHandler2 Number Number, onScroll :: EventHandler ScrollEvent, pagingEnabled :: Boolean, refreshControl :: RefreshControl, scrollEnabled :: Boolean, showsHorizontalScrollIndicator :: Boolean, showsVerticalScrollIndicator :: Boolean | r) ScrollViewAndroid ScrollViewIOS

#ScrollViewAndroid Source

type ScrollViewAndroid = (endFillColor :: Color, scrollPerfTag :: String)

#ScrollViewIOS Source

type ScrollViewIOS = (alwaysBounceHorizontal :: Boolean, alwaysBounceVertical :: Boolean, automaticallyAdjustContentInsets :: Boolean, bounces :: Boolean, bouncesZoom :: Boolean, canCancelContentTouches :: Boolean, centerContent :: Boolean, contentInset :: Insets, contentOffset :: { x :: Number, y :: Number }, decelerationRate :: DecelerationRate, directionalLockEnabled :: Boolean, indicatorStyle :: IndicatorStyle, maximumZoomScale :: Number, minimumZoomScale :: Number, onScrollAnimationEnd :: UnitEventHandler, scrollEventThrottle :: Number, scrollIndicatorInsets :: Insets, scrollsToTop :: Boolean, snapToAlignment :: SnapToAlignment, snapToInterval :: Number, stickyHeaderIndices :: Array Number, zoomScale :: Number)

#RefreshControl Source

#RefreshControlSize Source

#refreshControl' Source

#refreshControlSize Source