Expo SecureStore for web and moblie

Hi, looking for a way to store session id with LocalStorage on a web and mobile application of expo.
tried the SecureStore option but it give me an error on the web.

the message on the web: ‘The method or property SecureStore.setItemAsync is not available on web, are you sure you’ve linked all the native dependencies properly?’

2 Likes

See SecureStore isn't working in web · Issue #7744 · expo/expo · GitHub for the answer to this.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.