xxsnakerxx / react-native-flurry-analytics

React Native wrapper for Flurry Analytics
https://developer.yahoo.com/analytics/
MIT License
29 stars 26 forks source link

Android params value dosent support number #20

Open neuberoliveira opened 7 years ago

neuberoliveira commented 7 years ago

I found e very anoying bug, the app crash(red box) if the param value is a number (int or double), only on Android.

FlurryAnalytics.logEvent(name, {name:"Neuber", age: 27});

whatsapp image 2017-10-20 at 18 45 29

lukasbowen commented 6 years ago

This is actually how Flurry expects the data. If you look through their documentation the values have to be Strings.