https://github.com/fklc/expo-secure-store-chunked
Store longer secure content in your Expo app. An extension to expo-secure-store.
https://github.com/fklc/expo-secure-store-chunked
Last synced: 6 months ago
JSON representation
Store longer secure content in your Expo app. An extension to expo-secure-store.
- Host: GitHub
- URL: https://github.com/fklc/expo-secure-store-chunked
- Owner: FKLC
- License: mit
- Created: 2023-07-11T18:25:43.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-27T01:02:00.000Z (almost 2 years ago)
- Last Synced: 2025-09-29T10:35:13.345Z (9 months ago)
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/expo-secure-store-chunked
- Size: 314 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Expo Secure Store Chunked
Store longer secure content by chunking it into smaller parts.
### Installation
```properties
npx expo install expo-secure-store-chunked
````
### Usage
API is the same as the [original package](https://github.com/expo/expo/tree/sdk-49/packages/expo-secure-store), so you can just use the original documentation. Note that this library only exports `deleteItemAsync`, `getItemAsync`, `setItemAsync` functions.