import { StyleSheet } from 'react-native'; export const styles = StyleSheet.create({ shadow: { textShadowColor: 'rgba(0, 0, 0, 0.40)', textShadowOffset: { width: 0, height: 1 }, textShadowRadius: 6, }, });