tangled
alpha
login
or
join now
stream.place
/
streamplace
74
fork
atom
Live video on the AT Protocol
74
fork
atom
overview
issues
1
pulls
pipelines
More reasonable bottom inset for native
Natalie B.
5 days ago
bdc1882a
8bc79a3c
+4
-1
1 changed file
expand all
collapse all
unified
split
js
app
src
screens
home.tsx
+4
-1
js/app/src/screens/home.tsx
···
390
390
</Container>
391
391
<View
392
392
style={{
393
393
-
height: Platform.OS === "ios" ? 48 + safeAreaInsets.bottom : 0,
393
393
+
height:
394
394
+
Platform.OS !== "web"
395
395
+
? 64 + safeAreaInsets.bottom
396
396
+
: safeAreaInsets.bottom,
394
397
}}
395
398
/>
396
399
</PullToRefreshScrollView>