st0ffern / react-native-image-cropper

Crop your images with zoom and pan
https://www.npmjs.com/package/react-native-image-cropper
MIT License
158 stars 67 forks source link

Pass a custom GLImage prop? #11

Open dcworldwide opened 8 years ago

dcworldwide commented 8 years ago

Hi @stoffern, do you think it would be possible to pass as a prop a custom GLImage to the renderer?

I"m curious, because I'd like to try using https://github.com/stoffern/gl-react-imagefilters with this component. I think it would need to be generic enough so that it isn't coupled to that library though.

st0ffern commented 8 years ago

@dcworldwide i will look into this. It depends on the PanGestures of RN. They need to be able to attach to the gl-react components

st0ffern commented 7 years ago

I am thinking of making a pure RN repo that does the same so we are not depeding on the gl-react lib. Not near future..