nitin42 / react-imgpro

📷 Image Processing Component for React
2.18k stars 83 forks source link

React Native support? #4

Closed lucianomlima closed 7 years ago

lucianomlima commented 7 years ago

Any plans to support in the future?

nitin42 commented 7 years ago

Because react-imgpro converts the binary image to base64, it consumes more memory which may not be ergonomic for some mobile devices blocking the main UI thread and making it unresponsive.

If you've any solution for this then I'd like to discuss this further with you.

Closing it for now!