software-mansion / react-native-gesture-handler

Declarative API exposing platform native touch and gesture system to React Native.
https://docs.swmansion.com/react-native-gesture-handler/
MIT License
6.13k stars 982 forks source link

[MacOS] fix header in the example app to look like the one on web. #3134

Closed latekvo closed 1 month ago

latekvo commented 1 month ago

Description

Changes to make the header in the MacOS example look like it does on web.

before now
image image
web macos
image image

Test plan

Notes

using objectFit: cover; for automatically setting the image width to meet its intrinsic aspect ratio did not work, with or without width: 100%.