expo-secure-store-chunked
v3.0.0
Published
Store longer secure content in your Expo app. An extension to expo-secure-store.
Downloads
5
Readme
Expo Secure Store Chunked
Store longer secure content by chunking it into smaller parts.
Installation
npx expo install expo-secure-store-chunked
Usage
API is the same as the original package, so you can just use the original documentation. Note that this library only exports deleteItemAsync
, getItemAsync
, setItemAsync
functions.