subtracks/app/styles/dimensions.ts
austinried caf544069e
switch to useSafeAreaInsets().top (#85)
StatusBar.currentHeight seems just broken on some devices
2022-04-04 12:48:10 +09:00

11 lines
115 B
TypeScript

const header = 56
const tabBar = 54
const bottom = () => tabBar
export default {
header,
tabBar,
bottom,
}