File tree Expand file tree Collapse file tree 4 files changed +24
-1
lines changed Expand file tree Collapse file tree 4 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 11node_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 
Original file line number Diff line number Diff line change 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 ) 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments