Skip to content

Commit df828d2

Browse files
committed
5.2.0
1 parent 69461e8 commit df828d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ But if you prefer to not use it, our default sharedPreferencesName is: **shared_
131131
SInfo.setItem('key1', 'value1', {});
132132
```
133133

134-
If you used Android's getDefaultSharedPreferences in your project the shared preference's name that you are looking for is: **com.mypackage.MyApp_preferences**. In other hands if you used iOS's Keychain the default service is: **app** which is our default too.
134+
If you used Android's getDefaultSharedPreferences in your project the shared preference's name that you are looking for is: **com.mypackage.MyApp_preferences**. On the other hand if you used iOS's Keychain the default service is: **app** which is our default too.
135135

136136
# How to use?
137137

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-sensitive-info",
3-
"version": "5.1.0",
3+
"version": "5.2.0",
44
"main": "RNSensitiveInfo.js",
55
"description": "react-native-sensitive-info manages all data stored in Android Shared Preferences and iOS Keychain. You can set, get and delete keys/values using simple methods.",
66
"scripts": {

0 commit comments

Comments
 (0)