import React from 'react'; import { View, Text } from 'react-native'; import { AppearanceForm } from './appearance-form'; export default function SettingsAppearancePage() { return ( Appearance Customize the appearance of the app. Automatically switch between day and night themes. ); }