- Introduced hrefProfileChatSettings() for navigation to chat settings. - Updated SettingsScreen to include new settings items for chat settings, language selection, data storage, terms, and privacy policy. - Enhanced user experience by providing alerts for language and data storage options. This update improves the profile settings interface by adding more customization options for users.
6 lines
171 B
TypeScript
6 lines
171 B
TypeScript
import { ChatSettingsScreen } from '../../../../src/screens/profile/ChatSettingsScreen';
|
|
|
|
export default function ChatSettingsRoute() {
|
|
return <ChatSettingsScreen />;
|
|
}
|