UNPKG

react-native-toastier

Version:

React Native Toast message library for Android and iOS with animated and customizable toast notifications.

11 lines (9 loc) 152 B
import { StyleSheet } from "react-native"; const styles = StyleSheet.create({ container: { flex: 1 } }); export default { styles }