Live video on the AT Protocol

More reasonable bottom inset for native

+4 -1
+4 -1
js/app/src/screens/home.tsx
··· 390 390 </Container> 391 391 <View 392 392 style={{ 393 - height: Platform.OS === "ios" ? 48 + safeAreaInsets.bottom : 0, 393 + height: 394 + Platform.OS !== "web" 395 + ? 64 + safeAreaInsets.bottom 396 + : safeAreaInsets.bottom, 394 397 }} 395 398 /> 396 399 </PullToRefreshScrollView>