Closed gudmundurmar closed 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.
@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
Has anyone tried to update this to React Native 0.17?