Module
ReactNative.Components.ScrollView
- Package
- purescript-reactnative
- Repository
- doolse/purescript-reactnative
See ScrollView
#scrollView' Source
scrollView' :: forall o eff. Subrow o (ScrollViewPropsO eff) => Record o -> Array ReactElement -> ReactElement#scrollView Source
scrollView :: Styles -> Array ReactElement -> ReactElement#refreshControl Source
refreshControl :: forall eff. UnitEventHandler eff -> Boolean -> RefreshControl#refreshControl' Source
refreshControl' :: forall o eff. Subrow o (RefreshPropsO eff) => Record o -> RefreshControl#RefreshControl Source
newtype RefreshControl#RefreshControlSize Source
data RefreshControlSize :: Type#refreshControlSize Source
refreshControlSize :: { default :: RefreshControlSize, large :: RefreshControlSize }#KeyboardDismissMode Source
newtype KeyboardDismissMode#keyboardDismissMode Source
keyboardDismissMode :: { interactive :: KeyboardDismissMode, none :: KeyboardDismissMode, onDrag :: KeyboardDismissMode }#DecelerationRate Source
newtype DecelerationRate#decelerationRate Source
decelerationRate :: { fast :: DecelerationRate, normal :: DecelerationRate }#IndicatorStyle Source
newtype IndicatorStyle#indicatorStyle Source
indicatorStyle :: { black :: IndicatorStyle, default :: IndicatorStyle, white :: IndicatorStyle }#SnapToAlignment Source
newtype SnapToAlignment#snapToAlignment Source
snapToAlignment :: { center :: SnapToAlignment, end :: SnapToAlignment, start :: SnapToAlignment }#KeyboardShouldPersistTaps Source
newtype KeyboardShouldPersistTaps#keyboardShouldPersistTaps Source
keyboardShouldPersistTaps :: { always :: KeyboardShouldPersistTaps, handled :: KeyboardShouldPersistTaps, never :: KeyboardShouldPersistTaps }#ScrollViewPropsEx Source
type ScrollViewPropsEx eff r = ViewPropsEx eff (contentContainerStyle :: Styles, horizontal :: Boolean, keyboardDismissMode :: KeyboardDismissMode, keyboardShouldPersistTaps :: KeyboardShouldPersistTaps, onContentSizeChange :: EventHandler2 eff Number Number, onScroll :: EventHandler eff ScrollEvent, pagingEnabled :: Boolean, refreshControl :: RefreshControl, scrollEnabled :: Boolean, showsHorizontalScrollIndicator :: Boolean, showsVerticalScrollIndicator :: Boolean | r) ScrollViewAndroid (ScrollViewIOS eff)#ScrollViewAndroid Source
type ScrollViewAndroid = (endFillColor :: Color, scrollPerfTag :: String)#ScrollViewIOS Source
type ScrollViewIOS eff = (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 eff, scrollEventThrottle :: Number, scrollIndicatorInsets :: Insets, scrollsToTop :: Boolean, snapToAlignment :: SnapToAlignment, snapToInterval :: Number, stickyHeaderIndices :: Array Number, zoomScale :: Number)#Scrollable Source
newtype Scrollable- Modules
- ReactNative.
API - ReactNative.
Android. API - ReactNative.
Android. Components - ReactNative.
Android. Components. ProgressBarAndroid - ReactNative.
Components - ReactNative.
Components. ActivityIndicator - ReactNative.
Components. Button - ReactNative.
Components. Image - ReactNative.
Components. ListView - ReactNative.
Components. Modal - ReactNative.
Components. NavigationExperimental - ReactNative.
Components. Navigator - ReactNative.
Components. NavigatorIOS - ReactNative.
Components. Picker - ReactNative.
Components. ScrollView - ReactNative.
Components. Slider - ReactNative.
Components. Switch - ReactNative.
Components. Text - ReactNative.
Components. TextInput - ReactNative.
Components. Touchable - ReactNative.
Components. TouchableNativeFeedback - ReactNative.
Components. View - ReactNative.
Events - ReactNative.
Internal. Undefinable - ReactNative.
Platform - ReactNative.
PropTypes - ReactNative.
PropTypes. Color - ReactNative.
Styles - ReactNative.
Styles. Flex - ReactNative.
Styles. Image - ReactNative.
Styles. Text - ReactNative.
Unsafe. ApplyProps - ReactNative.
Unsafe. Components