aws / aws-sdk-mobile-analytics-js

Amazon Mobile Analytics JavaScript SDK
Apache License 2.0
82 stars 38 forks source link

Is this library compatible with react native? #25

Closed peterleilei86 closed 7 years ago

peterleilei86 commented 7 years ago

I am building a react native app and trying to add AWS mobile analytics feature. After using aws-sdk-js#react-native, I am able to send custom events using putEvents call. However the custom data I sent does not show on aws mobile analytics dashboard(console). I am wondering if this library is compatible with react native eco-system so that I can use AMA object to handle events tracking.