import { StyleSheet } from 'react-native' export default StyleSheet.create({ fill: { flex: 1, }, contentContainer: { overflow: 'hidden', }, hidden: { opacity: 0, }, })