Skip to content

Commit ec052fa

Browse files
piotr pietruszewskipi0trpietruszewski
authored andcommitted
refactor: removed unnecessary calculation for container top spacing
1 parent 89f0862 commit ec052fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ const styles = StyleSheet.create({
460460
paddingTop:
461461
Platform.OS === 'ios'
462462
? (StatusBar.currentHeight ?? 0) + 35
463-
: (StatusBar.currentHeight ?? 0) + 8 ?? 8,
463+
: (StatusBar.currentHeight ?? 0) + 8,
464464
},
465465
box: {
466466
width: 60,

0 commit comments

Comments
 (0)