AmazonAppDev / react-native-multi-tv-app-sample

πŸ“ΊπŸš€ React Native TV app sample for Android TV, Fire TV, tvOS, and web. Features customizable drawer navigation πŸ—‚οΈ, content grid πŸ–ΌοΈ, hero header πŸ¦Έβ€β™‚οΈ, and video player πŸŽ₯. Built with Expo. Perfect starter for cross-platform TV app development! 🌟
MIT No Attribution
107 stars 17 forks source link

fix: navigation padding issue on tvOS fix #26

Closed Neha closed 3 weeks ago

Neha commented 4 weeks ago

Description

fixed navigation extra padding issue on tvOS.

Fixes #24

Snapshots/Videos: tvOS, and web

Screenshot 2024-10-29 at 16 28 11

Screenshot 2024-10-29 at 16 28 07

Type of change

Added tests?

Internationalization Support?

Steps to test the feature:

  1. run the app on ios
  2. check the main navigation

Snapshot of the test-cases that are passing: NA

Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?) NA

"By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice."

giolaq commented 3 weeks ago

That's great! Thank you, this fixes the issue