Open
Description
Create the following UI for the settings page in the file SettingsScreen.tsx
Make 'General', 'Notifications', 'Account', and 'Home' clickable buttons
Currently there is no navigation setup to get to the settings page. To view your changes to the settings page, do the following:
Add this import to the top of the index.tsx file:
import SettingsScreen from '../screens/SettingsScreen';
Replace all instances of 'Events' with 'Settings' in index.tsx
Metadata
Metadata
Assignees
Labels
No labels