react-native-securerandom
react-native-securerandom copied to clipboard
Add generateSecureRandomAsBase64
I have a use case where I need to transport the random number back to native via the bridge again, thus forcing base64 -> ByteArray through the JS function just adds unnecessary conversions as I need to go back base64 again.
Perhaps it makes sense to be able to retrieve the random number as base64 as well.
Best Hampus