UNPKG

react-native-toast-message

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