Cretezy / redux-persist-expo-securestore

redux-persist storage for Expo's SecureStore
MIT License
74 stars 28 forks source link

chucking down key into 2000 bytes to avoid #26

Open AnantTiwari001 opened 2 months ago

AnantTiwari001 commented 2 months ago

Issue #9

This Pr solves the above overflow error by chucking down the larger size string, greater than 2048 into 2000 bytes sized string and then iteractively storing it in next keys. The get Item is done similarly with iteractively getting each of them.