Skip to content

Commit b7ed5ca

Browse files
committed
Publish to NPM repo and update the docs
1 parent 37305c1 commit b7ed5ca

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ SharedPreferences.getAllKeys(function(keys){
117117
```
118118

119119
#### Remove Item
120-
121120
```javascript
122121
SharedPreferences.removeItem("key");
123122
```

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-shared-preferences",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Android's Native key value storage system in React Native",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)