feat: import Alert from react-native into AppContext
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user