Skip to content

Instantly share code, notes, and snippets.

@alperbayram
Created December 14, 2023 21:10
Show Gist options
  • Save alperbayram/029fac2c7a1b52fabaefb580815c1f18 to your computer and use it in GitHub Desktop.
Save alperbayram/029fac2c7a1b52fabaefb580815c1f18 to your computer and use it in GitHub Desktop.
//app/(tabs)/settings.tsx
import { View, Text } from "react-native";
import { styles } from "../../styles/styles";
export default function Page() {
return (
<View style={styles.container}>
<View>
<Text style={styles.subtitle}>app/(tabs)/settings.tsx</Text>
</View>
</View>
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment