olofd / react-native-photos-framework

A modern and comprehensive CameraRoll/iCloud-library-API for React Native 📸 📹
MIT License
220 stars 99 forks source link

RCTImageResizer.h problems #66

Closed pospetur closed 7 years ago

pospetur commented 7 years ago

I have been using "react-native-image-resizer" in my project and after I added "react-native-photos-framwork' it won't link because of duplicated symbols.

It looks like you have included most of the ImageResizer code in your project. I have tried to comment out the resizer code and import like this #import <RCTImageResizer/RCTImageResizer.h> but it seems there is a mismatch in the APIs.

What is the the bes way to move forward? What do you recommend?

olofd commented 7 years ago

Should be fixed on version 0.1.8 on npm. Reopen if it's still an issue!