UNPKG

@gorhom/bottom-sheet

Version:

A performant interactive bottom sheet with fully configurable options 🚀

6 lines • 147 B
let current = 0; export const id = () => { current = (current + 1) % Number.MAX_SAFE_INTEGER; return current; }; //# sourceMappingURL=id.js.map