redux-persist-expo-securestore icon indicating copy to clipboard operation
redux-persist-expo-securestore copied to clipboard

redux-persist storage for Expo's SecureStore

Results 10 redux-persist-expo-securestore issues
Sort by recently updated
recently updated
newest added

I just bumped the expo-secure-store dependency in order to make the library works. It was broken due to expo secure store droping the `@unimodules/core` dependency in favor of `expo-modules-core`

We suggest that to change the lines to support react-native web version bundled by webpack.

https://github.com/expo/expo/issues/1765 > Size limit for a value is 2048 bytes. An attempt to store larger values may fail. Currently, we print a warning when the limit is reached, but we...

bug

Hi, Today im update to the new Expo SDK 34 and im getting the following error: `Unable to resolve "expo-secure-store" from "node_modules/redux-persist-expo-securestore/src/index.js".` It will be great to update README file...

import * as SecureStore from 'expo-secure-store'; "expo": "~39.0.2", const removeToken = async () => { console.log('rest1') await SecureStore.deleteItemAsync('userInfo') console.log('rest2') }

Hey, whenever I am trying to install it in expo SDK 42. It gives an *error* saying `Could not resolve dependency: npm ERR! peer expo-secure-store@"^5.0.1" from [email protected]` ` expo-secure-store: "expo-secure-store":...

Bumps [prettier](https://github.com/prettier/prettier) from 1.18.2 to 2.0.5. Release notes Sourced from prettier's releases. 2.0.5 🔗 Changelog 2.0.4 🔗 Changelog 2.0.3 🔗 Changelog 2.0.2 🔗 Changelog 2.0.1 🔗 Changelog 2.0.0 diff 🔗...

dependencies

This is done in order to fix the `@unimodules/core` dependency issue in new Expo version.

The types for `ReduxPersistExpoSecureStore` functions `getItem` and `setItem` appear to be flipped and causes type errors when I want to work with the storage solution directly. See current typings: ```typescript...

Hi `Cretezy/redux-persist-expo-securestore`! This is a one-off automatically generated pull request from LGTM.com :robot:. You might have heard that we’ve integrated LGTM’s underlying CodeQL analysis engine natively into GitHub. The result...