UNPKG

react-native-toastier

Version:

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

10 lines 176 B
import { StyleSheet } from "react-native"; const styles = StyleSheet.create({ container: { flex: 1 } }); export default { styles }; //# sourceMappingURL=styles.js.map