Module
ReactNative.Events
- Package
- purescript-reactnative
- Repository
- doolse/purescript-reactnative
#LayoutEvent Source
type LayoutEvent = { nativeEvent :: { layout :: { height :: Int, width :: Int, x :: Int, y :: Int } } }
#TextInputEvent Source
type TextInputEvent = { nativeEvent :: { text :: String } }
#ContentSizeEvent Source
type ContentSizeEvent = { nativeEvent :: { contentSize :: { height :: Int, width :: Int } } }
#ScrollEvent Source
type ScrollEvent = { nativeEvent :: { contentOffset :: { x :: Number, y :: Number } } }
#EventHandler Source
type EventHandler a = EffectFn1 a Unit
#EventHandler2 Source
type EventHandler2 a b = EffectFn2 a b Unit
- 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