import { StyleSheet } from 'react-native'; const styles = StyleSheet.create({ container: { opacity: 0, }, }); export default styles;