UNPKG

@gorhom/bottom-sheet

Version:

A performant interactive bottom sheet with fully configurable options 🚀

8 lines (7 loc) • 162 B
"use strict"; let current = 0; export const id = () => { current = (current + 1) % Number.MAX_SAFE_INTEGER; return current; }; //# sourceMappingURL=id.js.map