react-native-looped-carousel icon indicating copy to clipboard operation
react-native-looped-carousel copied to clipboard

Add tvOS Focus Engine Support

Open FullstackJack opened this issue 8 years ago • 1 comments

Currently, the carousel does not focus or handle swipes when presented in a tvOS app.

Expected Behavior: The entire carousel should receive focus. When a user swipes right or left on their remote, the slides should advance forward or backward. Arrows should not be touchable. Bullets should not be touchable.

This may require the main container to be a Touchable and we may need to register a TVEventHandler when focused.

FullstackJack avatar May 13 '17 03:05 FullstackJack

The latest docs show how to register focus and blur event handlers as well as listening for remote events using the TVEventHandler class. http://facebook.github.io/react-native/releases/next/docs/building-for-apple-tv.html

FullstackJack avatar May 13 '17 04:05 FullstackJack