feat: import Alert from react-native into AppContext

This commit is contained in:
2026-05-14 10:17:09 +01:00
parent 3988535f16
commit db1c6a851f

View File

@@ -10,7 +10,7 @@ import { supabase } from '../lib/supabase';
import { storage } from '../lib/storage';
import * as Device from 'expo-device';
import Constants from 'expo-constants';
import { Platform } from 'react-native';
import { Platform, Alert } from 'react-native';
type State = {
user?: User;