import { StyleSheet } from 'react-native'; export default () => { return StyleSheet.create({ item: { width: '100%', height: '100%' } }); };