LinusU / react-native-get-random-values

A small implementation of `getRandomValues` for React Native
MIT License
350 stars 48 forks source link

Expo managed workflow support for react-native-get-random-values is only avaiable in SDK 39 and higher. #18

Closed Picklemaniac closed 4 years ago

Picklemaniac commented 4 years ago

Exactly like the title says. This is what I am getting when just importing react-native-get-random-values.

Correct me if I am wrong, but that version doesn't yet exist?

ctavan commented 4 years ago

Exactly: Expo SDK will be released within the next few weeks and only then react-native-get-random-values will start working in expo managed workflows.

See https://github.com/LinusU/react-native-get-random-values/pull/13 for details and references.