UNPKG

@equinor/mad-core

Version:

Core library for the Mobile App Delivery team

9 lines (7 loc) 244 B
// src/store/storage.ts import { createJSONStorage } from "zustand/middleware"; import AsyncStorage from "@react-native-async-storage/async-storage"; var createStorage = () => createJSONStorage(() => AsyncStorage); export { createStorage };