import { StyleSheet } from 'react-native'; export const circleComponentStyles = StyleSheet.create({ componentContainer: { bottom: 0, position: 'absolute', right: 0, }, });