ksegla
ksegla
I have the same issue. Android. Real device (Samsung S6). Are there things missing from the README. Do we need to add external libraries (the Android AWS SDK) to make...
This fixed the issue (a bad installation more likely) for Android. Add this line compile 'com.amazonaws:aws-android-sdk-core:2.2.+' in the dependencies of android/app/build.gradle if it's not there. [How I got there: I...
I have the same issue. Samsung devices too.
Obviously Option 1 is better and would be great but even Option 2 would be vastly better than the state's wipe out. As I understood it, Option 1 would do...
So unfortunately, the problem is still there, even with redux-persist-filesystem-storage :-( Any possible lead on where to start in the source code if I wanted to fix the issue myself?...
Hi @robwalkerco Thanks for the answer. I still have at least 10 GB left so I don't think it's the problem. I now think the bug is not solely due...
@robwalkerco Thanks for the very insighful and helpful comments. Yeah, I was planning to try v5 short term. Pretty sure too the bug is indeed linked to some bad event...
Follow-up: for what it's worth, v5 seems way way worse (with default AsyncStorage) for the problem and even deletes very small stored data. Either that or I'm doing a terrible...
@rt2zz Ok. Thanks. Will try the alternatives. Will update with news.
@rt2zz I may be doing something wrong but while v4 works with redux-persist-filesystem-storage, v5 doesn't seem to. As reported, v5 does work with AsyncStorage (with more severe wipe-out problem). However,...