Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import {StyleSheet} from 'react-native';
- export default StyleSheet.create({
- container: {
- flex: 1,
- },
- text: {
- position: 'absolute',
- bottom: 24,
- color: 'white',
- alignSelf: 'center',
- fontSize: 24,
- fontWeight: 'bold',
- },
- });
Advertisement
Add Comment
Please, Sign In to add comment