import { StyleSheet } from 'react-native'; export const styles = StyleSheet.create({ GestureView: { width: '100%', height: '100%', position: 'absolute', backgroundColor: 'rgba(0,0,0,0)', }, });