feat: add OAuth redirect handling and update Google OAuth integration

This commit is contained in:
2026-03-19 21:19:49 -03:00
parent 34cbd4a861
commit 39f024f98d
5 changed files with 31 additions and 23 deletions
@@ -1,6 +1,5 @@
import React from 'react';
import {
SafeAreaView,
ScrollView,
KeyboardAvoidingView,
View,
@@ -8,6 +7,7 @@ import {
StyleSheet,
type ViewStyle,
} from 'react-native';
import { SafeAreaView } from 'react-native-safe-area-context';
import { colors, spacing } from '@shared/theme';
interface ScreenProps {