Module
ReactNative.Components.ScrollView
- Package
- purescript-reactnative
- Repository
- doolse/purescript-reactnative
See ScrollView
#scrollView' Source
scrollView' :: forall o. Optional o ScrollViewPropsO => Record o -> Array ReactElement -> ReactElement#scrollView Source
scrollView :: Styles -> Array ReactElement -> ReactElement#Scrollable Source
newtype Scrollable#DecelerationRate Source
newtype DecelerationRate#IndicatorStyle Source
newtype IndicatorStyle#SnapToAlignment Source
newtype SnapToAlignment#KeyboardDismissMode Source
newtype KeyboardDismissMode#KeyboardShouldPersistTaps Source
newtype KeyboardShouldPersistTaps#keyboardDismissMode Source
keyboardDismissMode :: { interactive :: KeyboardDismissMode, none :: KeyboardDismissMode, onDrag :: KeyboardDismissMode }#decelerationRate Source
decelerationRate :: { fast :: DecelerationRate, normal :: DecelerationRate }#indicatorStyle Source
indicatorStyle :: { black :: IndicatorStyle, default :: IndicatorStyle, white :: IndicatorStyle }#snapToAlignment Source
snapToAlignment :: { center :: SnapToAlignment, end :: SnapToAlignment, start :: SnapToAlignment }#keyboardShouldPersistTaps Source
keyboardShouldPersistTaps :: { always :: KeyboardShouldPersistTaps, handled :: KeyboardShouldPersistTaps, never :: KeyboardShouldPersistTaps }#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
newtype RefreshControl#RefreshControlSize Source
data RefreshControlSize :: Type#refreshControl' Source
refreshControl' :: forall o. Optional o RefreshPropsO => Record o -> RefreshControl#refreshControlSize Source
refreshControlSize :: { default :: RefreshControlSize, large :: RefreshControlSize }- 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. NavigatorIOS - ReactNative.
Components. Picker - ReactNative.
Components. SafeAreaView - 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.
Optional - ReactNative.
Platform - ReactNative.
PropTypes - ReactNative.
PropTypes. Color - ReactNative.
Styles - ReactNative.
Styles. Flex - ReactNative.
Styles. Image - ReactNative.
Styles. Text - ReactNative.
Unsafe. ApplyProps - ReactNative.
Unsafe. Components