import AsyncStorage from '@react-native-async-storage/async-storage'; // supabase-js v2 accepts any object with async getItem / setItem / // removeItem returning Promise / Promise. RN's // AsyncStorage matches that shape for shape; we just re-export it // under a name that signals intent at the call site. export const sessionStorage = AsyncStorage;