You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's a FSStorageAdapter acting like AsyncStorage (methods). It uses react-native-fs under the hood.
The only changes needed are in the index.js for Windows path compatibility anf fs-checks (like .exists before .mkdir). I've already done some and would like someone to quickly cross-check.
Have tested the changes on Windows & Android for now.
Module has a Legacy/C# implementation (if so, link)
Which app/customer is requesting this module?
Community Module
In what scenarios will this module be used?
It allows to persist data to the FS with the usual AsyncStorage methods. Usually used together with apollo-cache-persist in React-Native (due to AsyncStorage size limit on Android).
Essential Features
setItem()
getItem()
removeItem()
getAllKeys()
The text was updated successfully, but these errors were encountered:
@creambyemute If I understand correctly you mostly have this buttoned up and are looking for some additional eyeballs on it to help get it merged into the main repo for redux-persist-fs-storage? Let me know if I'm misunderstanding. We'd be happy to help!
@creambyemute - happy new year! Bubbling this up. It looks like @asklar added some comments on the PR that haven't yet been addressed. Is there more info that we need to provide?
@stmoy I don't think so. I can't use NodeJS FS there. Seems like @asklar Approved these recently.
Not sure if it ever will get merged to either to original nor the @ConnectedHomes repository so I forked it and added it there. Seems to be working so far.
Support
redux-persist-fs-storage
on RNWIt's basically already done, JS-Changes review desired
It's a FSStorageAdapter acting like AsyncStorage (methods). It uses react-native-fs under the hood.
The only changes needed are in the index.js for Windows path compatibility anf fs-checks (like .exists before .mkdir). I've already done some and would like someone to quickly cross-check.
Have tested the changes on Windows & Android for now.
Basic Info
Which app/customer is requesting this module?
Community Module
In what scenarios will this module be used?
It allows to persist data to the FS with the usual AsyncStorage methods. Usually used together with apollo-cache-persist in React-Native (due to AsyncStorage size limit on Android).
Essential Features
The text was updated successfully, but these errors were encountered: