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

find alternative to react-native-camera-kit #20346

Closed
siddarthkay opened this issue Jun 5, 2024 · 3 comments
Closed

find alternative to react-native-camera-kit #20346

siddarthkay opened this issue Jun 5, 2024 · 3 comments
Assignees

Comments

@siddarthkay
Copy link
Contributor

Problem

react-native-camera-kit is not compatible with new architecture on Android and the library maintainers have expressed that implementing support for the new architecture is not in their roadmap/interest.

ref -> teslamotors/react-native-camera-kit#537

I have opened a thread in react-native working group to see if I can generate any interest from react-native team to send a PR for react-native-camera-kit enabling support for new architecture on Android.

ref -> reactwg/react-native-new-architecture#167 (comment)

However we must find alternatives to this library since we can not rely on them to add support and this blocks our migration to new architecture on Android.

Way forward

@mrousavy
Copy link

Try react-native-vision-camera :)

@siddarthkay
Copy link
Contributor Author

@mrousavy : react-native-vision-camera is indeed one of the options we are considering.
I plan to do a quick experiment with it and see how it behaves with new architecture.

Thank you.

@siddarthkay siddarthkay self-assigned this Jun 14, 2024
@siddarthkay
Copy link
Contributor Author

update : we no longer need to change the camera library because we were able to move to new architecture on android with the help of : reactwg/react-native-new-architecture#135
ref -> #20950

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

No branches or pull requests

2 participants