Module
ReactNative.Components.Image
- Package
- purescript-reactnative
- Repository
- doolse/purescript-reactnative
See Image
#backgroundImage Source
backgroundImage :: Styles -> ImageSource -> Array ReactElement -> ReactElement
Create a background image with give styles and source
Background images are simply normal images with children overalayed ontop
#backgroundImage' Source
backgroundImage' :: forall o. Optional o ImagePropsO => ImageProps o -> Array ReactElement -> ReactElement
Create a background image with props and source
Background images are simply normal images with children overalayed ontop
#image_ Source
image_ :: ImageSource -> ReactElement
Create an Image from source only
#image Source
image :: Styles -> ImageSource -> ReactElement
Create an Image with styles and source only
#image' Source
image' :: forall o. Optional o ImagePropsO => ImageProps o -> ReactElement
Create an Image with props and source
#ImageProgressEvent Source
type ImageProgressEvent = { nativeEvent :: { loaded :: Number, total :: Number } }
- 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