UNPKG

react-native-photos-gallery

Version:
14 lines 353 B
import { StyleSheet } from 'react-native'; import { scale } from '../../theme'; const styles = StyleSheet.create({ screen: { flex: 1 }, imageStyle: { height: '100%', width: '100%', }, flatListContentContainerStyle: { marginHorizontal: scale(8), }, }); export default styles; //# sourceMappingURL=Styles.js.map