danscan / rn-redux-mixpanel

Configurable redux middleware that sends your actions & user profile data to Mixpanel. Works with React Native!
67 stars 14 forks source link

Something seems to be broken in 0.17 React Native #9

Closed gudmundurmar closed 8 years ago

gudmundurmar commented 8 years ago

Has anyone tried to update this to React Native 0.17? screen shot 2016-01-21 at 1 29 38 pm

cgarvis commented 8 years ago

I'm using 1.1.6 with RN 0.18.1 without any problems. I believe we upgrade to 0.17.0 without problems as well.

gudmundurmar commented 8 years ago

@cgarvis Sorry, I forgot about this. I believe the issue was the babel upgrade that made import different because of default export. require('react-native-segment'); changed to const segment = require('react-native-segment').default; It's working fine for me now