Skip to content

Commit 85b6430

Browse files
committed
fix: android location button higher up
1 parent 5e3a13b commit 85b6430

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/map/MapView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ const Map: React.FC = () => {
475475
{/* map buttons */}
476476
<View
477477
style={{
478-
top: 60,
478+
top: Platform.OS === 'ios' ? 60 : 20,
479479
alignContent: 'center',
480480
justifyContent: 'center',
481481
position: 'absolute',

0 commit comments

Comments
 (0)