You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To one of my react components. When the URL is opened in the app the handleLoginCallback function is triggered as expected but event is an empty hash.
When I set breakpoints in the objective-c code I can see the url being passed correctly all the way through to RTCEventDispatcher#sendDeviceEventWithName but it doesn't seem to be making it through the bridge to the javascript code.
This is using react-native version 0.3.11
The text was updated successfully, but these errors were encountered:
I am trying to implement callbacks for URL triggering of the app while its running as described here (https://facebook.github.io/react-native/docs/linkingios.html#content). I have added
to AppDelegate.m and have included
To one of my react components. When the URL is opened in the app the handleLoginCallback function is triggered as expected but event is an empty hash.
When I set breakpoints in the objective-c code I can see the url being passed correctly all the way through to RTCEventDispatcher#sendDeviceEventWithName but it doesn't seem to be making it through the bridge to the javascript code.
This is using react-native version 0.3.11
The text was updated successfully, but these errors were encountered: