Skip to content

Instantly share code, notes, and snippets.

@alperbayram
Created December 14, 2023 20:37
Show Gist options
  • Save alperbayram/e6702e2abfcf0c031aaf664e6f8bfc5b to your computer and use it in GitHub Desktop.
Save alperbayram/e6702e2abfcf0c031aaf664e6f8bfc5b to your computer and use it in GitHub Desktop.
modal
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/modal.tsx</Text>
</View>
</View>
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment