Closed grabbou closed 9 years ago
Cool stuff @grabbou! Could you update the README
to include instructions on how to use the new popInitialGesture
method? Once that's done I'll pull this down, test it out, and :shipit:
Yeah, sure. Currently my Simulator force closes when I open my app with initial gesture, but this is likely iOS problem since using gestures on iOS Simulator is only supported via some fancy hacks. I will let you know on Monday from the office if it works.
(or if you have iPhone6s real device, give it a go!)
(or if you have iPhone6s real device, give it a go!)
I do! I'll check it out and see if I can get it working on my phone.
Cool, thanks!
@grabbou I'm seeing the crash on my phone as well. Looks like happens right after the constantsToExport
method is called and _initialGesture
is not null. Any ideas?
I was close! Not that many changes :) Thank you!
This pull request implements initial gesture support similar to RCTPushNotificationManager.