-
Notifications
You must be signed in to change notification settings - Fork 24.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use BackHandler in Modal at tvOS #14636
Comments
Hey, thanks for reporting this issue! It looks like your description is missing some necessary information. Can you please add all the details specified in the template? This is necessary for people to be able to understand and reproduce the issue being reported. I am going to close this, but feel free to open a new issue with the additional information provided. Thanks! |
Instriction to create simple example at tvOS. When I was looking to native Obj-c code. In the RCTTVRemoteHandler, when I show Modal, didn't call listener to UIGestureRecognizer. Then it can't send notification RCTTVNavigationEventNotification with type of event to Javascript code. |
I have the same problem |
How I can reopen this issue? |
@redak105 let us know after you've edited your original comment and we can re-open it. As I said earlier, there's a template that needs to be filled out in order to keep an issue open. You can see it when you create a new issue. |
Hi,
I try to use BackHandler by tutorial at tvOS. I want to catch press at menu on remote in Modal view.
But, when I show Modal, Modal view stop to listen AppleTV remote events. It stops to sending any RCTTVNavigationEventNotification. I was only particularly successful with transparent modal view. But it didn't work at some designs, mostly connected with flex style.
I want to update my state of my parent ,to let him know, that Modal was closed. Basically set state, which showing this Modal to false.
I am using react native 0.45.1 with npm 5.03.
Can you give me a hint how to do it or fix it?
The text was updated successfully, but these errors were encountered: