1// sticky headers need top offset for safe area on iOS PWA
2import{useSafeAreaInsets}from'react-native-safe-area-context'34import{atomsasa,web}from'#/alf'56exportfunctionuseStickyTop() {7const{top}=useSafeAreaInsets()8returnweb([a.sticky,{top},a.z_10])9}