armadiazrino

Untitled

Jun 23rd, 2022
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. import {StyleSheet} from 'react-native';
  2.  
  3. export default StyleSheet.create({
  4. container: {
  5. flex: 1,
  6. },
  7. text: {
  8. position: 'absolute',
  9. bottom: 24,
  10. color: 'white',
  11. alignSelf: 'center',
  12. fontSize: 24,
  13. fontWeight: 'bold',
  14. },
  15. });
  16.  
Advertisement
Add Comment
Please, Sign In to add comment