8 lines
126 B
TypeScript
8 lines
126 B
TypeScript
|
import { StyleSheet } from 'react-native';
|
||
|
|
||
|
export default StyleSheet.create({
|
||
|
contentContainer: {
|
||
|
marginBottom: 30
|
||
|
}
|
||
|
});
|