register update

This commit is contained in:
Samandar Turgunboyev
2026-03-18 17:56:26 +05:00
parent a34cf75c57
commit 22c1688781
31 changed files with 631 additions and 1080 deletions

View File

@@ -43,9 +43,7 @@ const ConfirmScreen = () => {
const storedPhone = await AsyncStorage.getItem('phone');
if (storedPhone) setPhone(storedPhone);
else setPhone(null);
} catch (error) {
console.log('AsyncStorage error:', error);
}
} catch (error) { }
};
loadPhone();
}, []);