React Native Securerandom Versions Save

A crypto-secure random bytes generator for react native

1.0.1

1 year ago

What's Changed

New Maintainers

Thanks @HwangTaehyun for joining the team and helping with recent maintenance.

New Contributors

Full Changelog: https://github.com/robhogan/react-native-securerandom/compare/1.0.0...1.0.1

1.0.0

1 year ago

1.0.0-rc.0

4 years ago

0.3.1

4 years ago

0.1.1

5 years ago
  • First published release
  • Android and iOS support

0.3.0

5 years ago
  • (Minor breaking) Improper linking will now Promise.reject rather than throw, to respect async error handling.
  • Move flow typings into a declaration file, to support flow-free environments
  • Document how to link the project on windows
  • Add jest tests for the JS side

0.2.0

5 years ago
  • Add windows support
  • Fix android directory structure