flemingvincent / expo-supabase-starter

A comprehensive starter project for developing React Native and Expo applications with Supabase as the backend.
MIT License
285 stars 44 forks source link

Value being stored in SecureStore is larger than 2048 bytes #27

Closed kerimovok closed 3 months ago

kerimovok commented 3 months ago

Out of the box:

image

flemingvincent commented 3 months ago

Will look into this, thinking it might be best to use Async Storage rather than Expo's Secure Store library.