export const authClient = createAuthClient({
baseURL: 'http://192.168.200.197:8000',
plugins: [
expoClient({
scheme: 'MyWallet',
storagePrefix: 'MyWallet',
storage: SecureStore,
}),
],
});
export const authClient = createAuthClient({
baseURL: 'http://192.168.200.197:8000',
plugins: [
expoClient({
scheme: 'MyWallet',
storagePrefix: 'MyWallet',
storage: SecureStore,
}),
],
});