Skip to content

Instantly share code, notes, and snippets.

@AllGistsEqual
Created May 2, 2021 19:28
Show Gist options
  • Save AllGistsEqual/a19301b90c5cce6b8a1201353a68c8e1 to your computer and use it in GitHub Desktop.
Save AllGistsEqual/a19301b90c5cce6b8a1201353a68c8e1 to your computer and use it in GitHub Desktop.
// File: src/screens/SettingsScreen.tsx (partial)
const SettingsScreen = ({ navigation }: SettingsScreenProps): React.ReactElement => (
<View style={styles.page}>
<Text>SETTINGS</Text>
<Settings />
<Button title="back" onPress={() => navigation.goBack()} />
</View>
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment