Skip to content

Replace "React Native Encrypted Storage" with "Expo Secure Store"#762

Merged
bennycode merged 1 commit intomainfrom
bennycode-use-expo-secure-store
Dec 8, 2025
Merged

Replace "React Native Encrypted Storage" with "Expo Secure Store"#762
bennycode merged 1 commit intomainfrom
bennycode-use-expo-secure-store

Conversation

@bennycode
Copy link
Member

@bennycode bennycode commented Dec 8, 2025

Replace React Native Encrypted Storage with Expo Secure Store for app config and storage hooks in example app

Switch storage implementation to Expo Secure Store by updating dependencies and plugin config, and refactor storage calls in hooks to use SecureStore.getItemAsync, SecureStore.setItemAsync, and SecureStore.deleteItemAsync.

📍Where to Start

Start in the storage logic within useSavedAddress and getDbEncryptionKey in hooks.tsx.


Macroscope summarized 77d0c26.

@bennycode bennycode requested a review from a team as a code owner December 8, 2025 21:23
@changeset-bot
Copy link

changeset-bot bot commented Dec 8, 2025

⚠️ No Changeset found

Latest commit: 77d0c26

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@bennycode bennycode merged commit fed92c0 into main Dec 8, 2025
8 checks passed
@bennycode bennycode deleted the bennycode-use-expo-secure-store branch December 8, 2025 21:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants