Skip to content

Releases: mCodex/react-native-sensitive-info

6.0.0-alpha.9

17 Dec 20:08
Compare
Choose a tag to compare
6.0.0-alpha.9 Pre-release
Pre-release
  • Fixed build on Xcode 12 #246

v6.0.0

28 Jul 19:33
Compare
Choose a tag to compare
v6.0.0 Pre-release
Pre-release

Since last month I started actively maintaining this library once again with the help of the our awesome community.

We updated our docs and released the RNSInfo's website, created a new example project which is under development, started planning new releases, bug fixes and so on...

In this release you will find some of the changes that are coming soon for all of our users. These are the changes available for now in v6.0.0:

BREAKING CHANGES:

This version uses keystore to encrypt/decrypt data. So, if you use the master branch in your project you may not be able to retrieve previous saved data. We still need more work to handle this. The discussion can be found here.

On the other hand, if you already use keystore branch you can give it a try.


  • The method isHardwareDetected was removed due to isSensorAvailable

More changes

  • Finally added keystore to encrypt/decrypt data before saving/retrieving in sharedPreferences
  • Migrating JS code to TS
  • Added Android's Biometric Prompt for supported devices
  • If you were using keystore's branch: Added many bug fixes and improvements which were available only in master's branch

PRs are always welcome ❤️

Installation

To install, run:

yarn add react-native-sensitive-info@next

or

npm i --save react-native-sensitive-info@next

v5.5.0

31 Jul 23:49
Compare
Choose a tag to compare

Added AndroidX support

v5.4.0

29 Apr 11:43
2b585e4
Compare
Choose a tag to compare

In this version we have:

Added FaceID
Improved .ts types

Thanks to the awesome contributors who made this possible. 🎉

v5.2.5

07 Aug 13:51
Compare
Choose a tag to compare
v5.2.5 Pre-release
Pre-release

Fixed error using RNSInfo alongside RNKeychain.

This was released as a beta version, so to install just run:

yarn add react-native-sensitive-info@beta

v5.2.4

27 Jul 12:16
Compare
Choose a tag to compare

This was released as a beta version, so to install just run:

yarn add react-native-sensitive-info@latest

v5.2.2

26 Jul 12:15
Compare
Choose a tag to compare
v5.2.2 Pre-release
Pre-release

Added .podspec, typescript support

This was released as a beta version, so to install just run:

or

yarn add react-native-sensitive-info@beta

5.2.1

22 Jun 18:17
Compare
Choose a tag to compare
5.2.1 Pre-release
Pre-release

This was released as a beta version, so to install just run:

Windows Phone & Touch ID added

10 Oct 20:40
Compare
Choose a tag to compare
Pre-release

In this version we had so many contributors and I'd like to thank you guys so much!

  • Touch Id added
  • Windows Phone support added
  • RN 47+ support added

This was released as a beta version, so to install just run:

Promise suport added

25 May 20:51
Compare
Choose a tag to compare

Added promise support in setItem method.