react-native-securerandom icon indicating copy to clipboard operation
react-native-securerandom copied to clipboard

Add generateSecureRandomAsBase64

Open hsjoberg opened this issue 5 years ago • 0 comments

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

hsjoberg avatar Feb 11 '20 21:02 hsjoberg