tinycreative / react-native-intercom

React Native wrapper for Intercom.io
MIT License
406 stars 280 forks source link

Expand metadata types for events to what Intercom supports #328

Closed ScottRobbins closed 4 years ago

ScottRobbins commented 4 years ago

The intercom SDKs allow you to give a couple more types than String for the metadata when doing a logEvent. This adds support for number and boolean.

There may be other ones that may be beneficial to add in the future like Date that you can find here, but I left those for some other time.