Releases: robhogan/react-native-securerandom
Releases · robhogan/react-native-securerandom
1.0.1
What's Changed
- Support gradle 7 (React Native 0.68+) by @aiden-petersen in #40
New Maintainers
Thanks @HwangTaehyun for joining the team and helping with recent maintenance.
New Contributors
- @aiden-petersen made their first contribution in #40
Full Changelog: 1.0.0...1.0.1
1.0.0
1.0.0-rc.0
- Update
build.gradle
(gradle to 2.2.3, pick up sdk versions and constraints from parent project) - Move podspec to project root to allow it to be auto-detected, fix #8
- Add example project
0.3.1
0.3.0
- (Minor breaking) Improper linking will now
Promise.reject
rather thanthrow
, 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