UNPKG

react-native-imagebox

Version:

huhuge

13 lines (10 loc) 290 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 }