react-native-images-preview
Version:
A React Native animated custom images preview component.
20 lines • 454 B
JavaScript
import { StyleSheet } from 'react-native';
const styles = StyleSheet.create({
container: {
justifyContent: 'center',
alignItems: 'center',
},
imageParent: {
alignItems: 'center',
justifyContent: 'center',
},
activityIndicatorStyle: {
position: 'absolute',
top: 0,
left: 0,
right: 0,
bottom: 0,
},
});
export default styles;
//# sourceMappingURL=Styles.js.map