LinusU / react-native-get-random-values

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

feat: do not run on main queue #53

Open vonovak opened 9 months ago

vonovak commented 9 months ago

Hello and thanks for this library!

this PR is kind of a question: does this need to run on the main queue? I feel like it doesn't have to, but I haven't tested it yet. I'll get back with result from running on device.

Thank you