UNPKG

@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

12 lines (10 loc) 180 B
import { StyleSheet } from 'react-native'; export default StyleSheet.create({ row: { flexDirection: 'row', flex: 1, }, emptyText: { textAlign: 'center' }, });