We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6881fc commit 700fd72Copy full SHA for 700fd72
1 file changed
website/docs/setItem.md
@@ -15,10 +15,10 @@ Check out the options that you can use for [Android](android_options) and [iOS](
15
Example:
16
17
```javascript
18
-import RNSInfo from 'react-native-sensitive-info';
+import SInfo from 'react-native-sensitive-info';
19
20
const myFunc = async () => {
21
- return RNSInfo.setItem('key1', 'value1', {
+ return SInfo.setItem('key1', 'value1', {
22
sharedPreferencesName: 'mySharedPrefs',
23
keychainService: 'myKeychain'
24
});
0 commit comments