fix: auth state not loaded properly, console cleanup
This commit is contained in:
parent
f445504f10
commit
86260d7a24
4 changed files with 25 additions and 41 deletions
|
|
@ -13,10 +13,6 @@ export default function Layout() {
|
|||
// const backgroundColor: string = useThemeColor("backgroundColor");
|
||||
// const tabBarColor: string = useThemeColor("tabBarColor");
|
||||
const {authState} = useAuth()
|
||||
useEffect(()=>{
|
||||
console.log(authState, "in root Layout")
|
||||
},[authState])
|
||||
|
||||
|
||||
const styles = StyleSheet.create({
|
||||
sceneContainer: {
|
||||
|
|
|
|||
Reference in a new issue