UNPKG

react-native-image-pan-zoom

Version:
13 lines (10 loc) 295 B
import { ViewStyle } from 'react-native'; const container: ViewStyle = { justifyContent: 'center', alignItems: 'center', overflow: 'hidden', backgroundColor: 'transparent', // fix 0.36 bug, see: https://github.com/facebook/react-native/issues/10782 }; export default { container, };