import { View } from 'react-native' import { Settings } from '@my/ui' import { settings } from '@my/config' export function SettingsScreen() { return ( ) }