mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 13:43:25 +00:00
[feat] tabs added
This commit is contained in:
@@ -2,17 +2,12 @@ import { StyleSheet } from 'react-native';
|
||||
|
||||
import EditScreenInfo from '../../components/EditScreenInfo';
|
||||
import { Text, View } from '../../components/Themed';
|
||||
import Colors from '../../constants/Colors';
|
||||
|
||||
export default function TabOneScreen() {
|
||||
return (
|
||||
<View style={styles.container}>
|
||||
<Text style={styles.title}>Tab One</Text>
|
||||
<View
|
||||
style={styles.separator}
|
||||
lightColor="#eee"
|
||||
darkColor="rgba(255,255,255,0.1)"
|
||||
/>
|
||||
<EditScreenInfo path="app/(tabs)/index.tsx" />
|
||||
<Text>Home</Text>
|
||||
</View>
|
||||
);
|
||||
}
|
||||
@@ -21,6 +16,7 @@ const styles = StyleSheet.create({
|
||||
container: {
|
||||
flex: 1,
|
||||
alignItems: 'center',
|
||||
backgroundColor: Colors.dark.shade900,
|
||||
justifyContent: 'center',
|
||||
},
|
||||
title: {
|
||||
|
Reference in New Issue
Block a user