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.

7 lines (6 loc) 108 B
export const genId = (() => { let count = 0; return () => { return (++count).toString(); }; })();