Live video on the AT Protocol

More reasonable bottom inset for native

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