Module
ReactNative.Components.SafeAreaView
- Package
- purescript-reactnative
- Repository
- doolse/purescript-reactnative
See SafeAreaView
#safeAreaView' Source
safeAreaView' :: forall o. Optional o SafeAreaViewPropsO => Record o -> Array ReactElement -> ReactElement
Create a SafeAreaView with the given props and children
#safeAreaView_ Source
safeAreaView_ :: Array ReactElement -> ReactElement
Create a SafeAreaView with only children
#safeAreaView Source
safeAreaView :: Styles -> Array ReactElement -> ReactElement
Create a SafeAreaView with the given styles and children
- 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