adamgibbons / ics

iCalendar (ics) file generator for node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nanoid not working in react native

RikardF opened this issue · comments

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?