RNN Modal vs. RN Modal Event Handling #7400
Unanswered
chris-cornell
asked this question in
Q&A
Replies: 1 comment
-
We are having the same issue, but in our case the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
when i dismiss a react-native
<Modal />
on iOS via swipe gesture, should RNN be calling sendModalAttemptedToDismissEvent from RNNEventEmitter?i'm getting a crash because the above handler is firing but it's missing a componentId - from my understanding, it doesn't have one since it's not registered w/ react-native-navigation, but a declarative Modal that's a child of the
RNN
viewas far as i can understand, RN modals should trigger this react-native iOS event.
if anyone has any insight, it would be greatly appreciated. i suspect something in my setup / RNN<>iOS link is incorrect.
Beta Was this translation helpful? Give feedback.
All reactions