react-native-photos-gallery
Version:
A React Native animated custom photo gallery component
14 lines • 353 B
JavaScript
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