react-native-toastier
Version:
React Native Toast message library for Android and iOS with animated and customizable toast notifications.
16 lines (15 loc) • 314 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _reactNative = require("react-native");
const styles = _reactNative.StyleSheet.create({
container: {
flex: 1
}
});
var _default = exports.default = {
styles
};
//# sourceMappingURL=styles.js.map