@react-native-async-storage/expo-with-async-storage
v1.0.0
Published
Expo config plugin to configure @react-native-async-storage/async-storage
Maintainers
Readme
title: Expo config plugin
Expo config plugin for Async Storage
An Expo config plugin that automatically configures
@react-native-async-storage/async-storage for managed and bare Expo projects.
Installation
1. Install the plugin:
yarn add @react-native-async-storage/expo-with-async-storage2. Add the plugin to your app.json:
{
"expo": {
"plugins": [
"@react-native-async-storage/expo-with-async-storage"
]
}
}After adding the plugin, run expo prebuild (or eas build) to apply the changes.
!!! note "Expo version requirement"
This plugin requires **`expo >= 53`**.