adamgibbons / ics

iCalendar (ics) file generator for node.js
ISC License
732 stars 155 forks source link

Nanoid not working in react native #204

Closed RikardF closed 1 year ago

RikardF commented 2 years ago

I get this error when trying to use ics in my react native project:

Error: React Native does not have a built-in secure random generator. If you don’t need unpredictable IDs use nanoid/non-secure. For secure IDs, import react-native-get-random-values before Nano ID.

Solution for this?