Skip to content

Commit 700fd72

Browse files
authored
Update setItem.md
1 parent e6881fc commit 700fd72

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

website/docs/setItem.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ Check out the options that you can use for [Android](android_options) and [iOS](
1515
Example:
1616

1717
```javascript
18-
import RNSInfo from 'react-native-sensitive-info';
18+
import SInfo from 'react-native-sensitive-info';
1919

2020
const myFunc = async () => {
21-
return RNSInfo.setItem('key1', 'value1', {
21+
return SInfo.setItem('key1', 'value1', {
2222
sharedPreferencesName: 'mySharedPrefs',
2323
keychainService: 'myKeychain'
2424
});

0 commit comments

Comments
 (0)