0.0.1 • Published 4 years ago

react-native-image-overlay-gallery v0.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

react-native-image-overlay

An image overlay component built using native Modal which can be invoked from anywhere in the component hierarchy.

Features

Unlike other modal/overlay components, it can be triggered from anywhere in the component hierarchy since it is using react-native Modal. no linking is required. Works out of the box for both Android and IOS. Can be customised by passing style props.

Props

This module accepts the following props:

PropExplanationDefault ValueType
HeightSets mainImgHeight,openImgHeight with react-native-responsive-screen0Boolean
widthSets mainImgWidth,openImgWidth react-native-responsive-screen0Boolean
BackgroundColormainViewBackgroundColor, openViewBackgroundColorgraysting
renderDatathe images which will be render .{}object
accessibleWhether internal components should be declared as accessible. Useful for iOS XCUITest.trueBoolean