@around25/react-native-gallery-media-picker
Version:
A react native component that will get all the media files (images and video) from device gallery and allow to select items
23 lines (22 loc) • 391 B
JavaScript
import {StyleSheet} from 'react-native';
export default StyleSheet.create({
marker: {
position: 'absolute',
zIndex: 2445,
top: 5,
right: 5,
backgroundColor: 'transparent',
width: 25,
height: 25
},
overlay: {
flex: 1,
position: 'absolute',
left: 0,
top: 0,
bottom: 0,
right: 0,
opacity: 0.5,
backgroundColor: 'white',
}
});