leegeunhyeok / react-native-zendesk-messaging

🗣️ Zendesk messaging SDK for React Native
https://www.npmjs.com/package/react-native-zendesk-messaging
MIT License
40 stars 12 forks source link

Updated to match new Promise.kt syntax. #57

Open Dunedubby opened 3 weeks ago

Dunedubby commented 3 weeks ago

Using null as the code for a Promise reject now creates an error. The reject codes are now replaced with strings.

Dunedubby commented 3 weeks ago

Passes tests on the forked branch.

Dunedubby commented 2 weeks ago

@leegeunhyeok is there anything I can do to help merge this?