UNPKG

@gorhom/bottom-sheet

Version:

A performant interactive bottom sheet with fully configurable options 🚀

7 lines (5 loc) • 118 B
let current = 0; export const id = () => { current = (current + 1) % Number.MAX_SAFE_INTEGER; return current; };