LinusU / react-native-get-random-values

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

Migrate to new architecture #38

Open matinzd opened 2 years ago

matinzd commented 2 years ago

I think it's a good idea to use the native c++ implementation and migrate the whole boilerplate to use JSI. Any comments?

LinusU commented 2 years ago

I'm very open to considering this, but I would like to read up on it to understand all the implications of this first. Do you have any good pointers to find documentation on this?

zolbooo commented 2 years ago

Official docs of next version of RN (0.69.0) seem to be a great place to start. I would like to help you with migration to new architecture, is there anything to help you out?