UNPKG

@mitesh-v2stech/react-native-toast-message

Version:
18 lines (16 loc) 261 B
import { StyleSheet } from 'react-native'; export default StyleSheet.create({ base: { position: 'absolute', alignItems: 'center', justifyContent: 'center', left: 0, right: 0 }, top: { top: 0 }, bottom: { bottom: 0 } });