Skip to content

Commit 069ef0e

Browse files
committed
📝 Add readme
1 parent dc488d5 commit 069ef0e

File tree

4 files changed

+24
-1
lines changed

4 files changed

+24
-1
lines changed

.npmignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
node_modules
2+
screenshots
3+
24
.DS_Store
35

46
# Xcode
@@ -20,4 +22,4 @@ DerivedData
2022
*.ipa
2123
*.xcuserstate
2224
# Jetbrains
23-
.idea
25+
.idea

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Async Storage Dev Menu Item
2+
3+
This module adds an item to your shaky menu that lets you see what's in your
4+
AsyncStorage by logging it to your (JavaScript) console as one big object.
5+
6+
## Install
7+
8+
Run
9+
10+
```
11+
yarn add react-native-async-storage-dev-menu-item
12+
react-native link
13+
```
14+
15+
and add `import 'react-native-async-storage-dev-menu-item'` somewhere in your
16+
code.
17+
18+
## Screenshots
19+
20+
![react-native-async-storage-dev-menu-item ios](https://github.com/jsoendermann/react-native-async-storage-dev-menu-item/raw/master/screenshots/ios.png)
21+
![react-native-async-storage-dev-menu-item android](https://github.com/jsoendermann/react-native-async-storage-dev-menu-item/raw/master/screenshots/android.png)

screenshots/android.png

92.5 KB
Loading

screenshots/ios.png

115 KB
Loading

0 commit comments

Comments
 (0)