Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to use this with react-native for IOS #138

Open
abhishekgupta2144 opened this issue Jul 4, 2024 · 3 comments
Open

Is it possible to use this with react-native for IOS #138

abhishekgupta2144 opened this issue Jul 4, 2024 · 3 comments
Labels

Comments

@abhishekgupta2144
Copy link

abhishekgupta2144 commented Jul 4, 2024

Please provide possible solution to integrate it through react-native for IOS.

@jwagner
Copy link
Owner

jwagner commented Jul 7, 2024

It should definitely be possible but might require an adapter. https://www.npmjs.com/package/react-native-canvas could probably be used to get this to work.

I don't use react native, and I'm not interested in learning it just for this issue. If someone else wants to work on it contributions are welcome.

@arthur-fontaine
Copy link

I'm interested in this issue. I have never used smartcrop, but since it can be used in the browser, I think it can easily be used in React Native using a WebView and onMessage.

@AK1523
Copy link

AK1523 commented Sep 18, 2024

I have successfully used smartcrop in React Native by implementing it on the backend with Node.js and calling the API from the frontend, achieving good results.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants