Add onboarding screen + token check
This commit is contained in:
parent
b951d0a0bc
commit
f5c59f602a
19 changed files with 433 additions and 279 deletions
|
@ -8,6 +8,8 @@ import { useColorScheme } from '@/hooks/useColorScheme';
|
|||
export default function TabLayout() {
|
||||
const colorScheme = useColorScheme();
|
||||
|
||||
console.log('is layout rendering?');
|
||||
|
||||
return (
|
||||
<Tabs
|
||||
screenOptions={{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue