Skip to content

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-storage

2. 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.

Expo version requirement

This plugin requires expo >= 53.