microsoft / react-native-gallery

This repo contains the react-native Gallery app created by Microsoft
MIT License
155 stars 44 forks source link

Documentation tile gets cut off on example pages in Gallery Fabric app #393

Open Yajur-Grover opened 9 months ago

Yajur-Grover commented 9 months ago

On the example pages in the Gallery Fabric app, the Documentation tiles are cut off and cannot be reached by scrolling, as shown below:

Paper Gallery TextInput page: image

Fabric Gallery TextInput page: image

Both pages are scrolled to the bottom and can't be scrolled down further.

Yajur-Grover commented 9 months ago

This issue doesn't appear to present itself on RNTester in Playground, so I think this may be an issue with the Page component that is used on all the Gallery components. Moving this back to the Gallery repo while I investigate this more.