mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 14:23:28 +00:00
[ui] font added, movie item added, pages layout
This commit is contained in:
10
apps/mobile/components/layout/styles.tsx
Normal file
10
apps/mobile/components/layout/styles.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import { Dimensions, StyleSheet } from 'react-native';
|
||||
|
||||
export const styles = StyleSheet.create({
|
||||
container: {
|
||||
minHeight: Dimensions.get('window').height,
|
||||
},
|
||||
children: {
|
||||
paddingVertical: 12,
|
||||
},
|
||||
});
|
Reference in New Issue
Block a user