Jordan Byron

Results 17 comments of Jordan Byron

@itsam do you have a small example project that demonstrates the bug we can look at?

@bryantee I don't have a lot of exposure to typescript so I won't be much help in rolling it out. As long as whatever we do is backwards compatible I'm...

This looks like the code in question: https://github.com/jordanbyron/react-native-quick-actions/blob/master/android/src/main/java/com/reactNativeQuickActions/UserInfo.java I'm assuming it's failing at the `getString("url");` line. I couldn't tell you why it was written in a way that made it...

I assume this is an Android thing. Can you link to some docs and wrap this into a PR? On Fri, Dec 28, 2018 at 1:11 AM SunnyEver0 wrote: >...

> I am not sure if handlers should be called as far as compliance with PushNotifications is considered. You're probably right that we shouldn't deviate too much from existing conventions....

I’ll be honest I haven’t personally used this library in a while but I do know when I was using it I didn’t have this problem. It would help to...

I too have been working on a drop-in solution based on the work in this project. I wanted something I could throw into existing Rails projects and get gulp up...