diff --git a/README.md b/README.md index b38f478..d9a923d 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,12 @@ React Native wrapper around SharedPreferences and Keychain to provide a secure a ## Why ? -[Async Storage](https://github.com/react-native-community/async-storage) is great but it lacks security. This is less than ideal when storing sensitive data such as access tokens, payment information and so on. This module aims to solve this problem by providing a wrapper around Android's `SharedPreferences` and iOS' `Keychain`, complete with support for TypeScript. +[Async Storage](https://github.com/react-native-community/async-storage) is great but it lacks security. This is less than ideal when storing sensitive data such as access tokens, payment information and so on. This module aims to solve this problem by providing a wrapper around Android's `EncryptedSharedPreferences` and iOS' `Keychain`, complete with support for TypeScript. + +## Version Requirements + +- Android API 21+ (5.0) +- iOS 2.0 ## Installation diff --git a/package.json b/package.json index 982c754..e9bfe95 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "react-native-encrypted-storage", - "version": "4.0.1", + "version": "4.0.2", "description": "A React Native wrapper over SharedPreferences and Keychain to provide a secure alternative to Async Storage", "main": "lib/commonjs/index", "module": "lib/module/index", - "types": "lib/typescript/src/index.d.ts", + "types": "lib/typescript/index.d.ts", "react-native": "src/index", "source": "src/index", "files": [