rn-async-storage
rn-async-storage copied to clipboard
Results
2
rn-async-storage issues
Sort by
recently updated
recently updated
newest added
`AsyncStorage.removeItem()` doesn't exist for Android. Can the API include this and the other methods? I've been using `AsyncStorage.set('key', null)` as the work around. ```` getItem setItem removeItem mergeItem clear getAllKeys...
Should get the SharedPreferences like: ` SharedPreferences sharedPref = reactContext.getSharedPreferences("key", Context.MODE_PRIVATE); ` getCurrentActivity() maybe null after launch app call the api immediately.