UNPKG

@backpackapp-io/react-native-toast

Version:

A toasting library for React Native. Built in features such as swipe to dismiss, multiple toasts, & no context power this library.

13 lines (12 loc) 254 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.genId = void 0; const genId = exports.genId = (() => { let count = 0; return () => { return (++count).toString(); }; })(); //# sourceMappingURL=utils.js.map