@@ -28,41 +28,41 @@ function RootStack() {
2828 const stack = (
2929 < >
3030 < StatusBar style = { theme . name === 'dark' ? 'light' : 'dark' } />
31- < Stack
32- screenOptions = { {
33- headerShown : false ,
34- fullScreenGestureEnabled : ! isWeb ,
35- contentStyle : [ theme . atoms . bg , Atoms . flex_1 , Atoms . overflow_auto ] ,
36- ...( isWeb ? { animation : 'none' as const } : { } ) ,
37- } }
38- >
39- < Stack . Screen name = "(tabs)" />
40- < Stack . Screen name = "(onboarding)" />
41- < Stack . Screen
42- name = "feed"
43- options = { {
44- presentation : 'transparentModal' ,
45- animation : 'none' ,
46- contentStyle : { backgroundColor : 'transparent' } ,
31+ < Stack
32+ screenOptions = { {
33+ headerShown : false ,
34+ fullScreenGestureEnabled : ! isWeb ,
35+ contentStyle : [ theme . atoms . bg , Atoms . flex_1 , Atoms . overflow_auto ] ,
36+ ...( isWeb ? { animation : 'none' as const } : { } ) ,
4737 } }
48- />
49- < Stack . Screen
50- name = "settings"
51- options = { {
52- presentation : 'transparentModal' ,
53- animation : 'none' ,
54- contentStyle : { backgroundColor : 'transparent' } ,
55- } }
56- />
57- < Stack . Screen
58- name = "[identityId]/edit"
59- options = { {
60- presentation : 'transparentModal' ,
61- animation : 'none' ,
62- contentStyle : { backgroundColor : 'transparent' } ,
63- } }
64- />
65- </ Stack >
38+ >
39+ < Stack . Screen name = "(tabs)" />
40+ < Stack . Screen name = "(onboarding)" />
41+ < Stack . Screen
42+ name = "feed"
43+ options = { {
44+ presentation : 'transparentModal' ,
45+ animation : 'none' ,
46+ contentStyle : { backgroundColor : 'transparent' } ,
47+ } }
48+ />
49+ < Stack . Screen
50+ name = "settings"
51+ options = { {
52+ presentation : 'transparentModal' ,
53+ animation : 'none' ,
54+ contentStyle : { backgroundColor : 'transparent' } ,
55+ } }
56+ />
57+ < Stack . Screen
58+ name = "[identityId]/edit"
59+ options = { {
60+ presentation : 'transparentModal' ,
61+ animation : 'none' ,
62+ contentStyle : { backgroundColor : 'transparent' } ,
63+ } }
64+ />
65+ </ Stack >
6666 </ >
6767 ) ;
6868
0 commit comments