-
Notifications
You must be signed in to change notification settings - Fork 25
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
[BUG] App not working (crashing?!) on release build #43
Comments
Me, not work on ios too, on release build |
The problem is in
Removing I opened this issue on worklets-core repo. When it's solved I'll publish a new version with a fix |
Please check |
@Nurmehemmed did you checked release notes? |
Sorry, i updated dependencies. Now i get Camera mount error. Trying to fix that. |
i found. it is about i used format={format} in Camera component. It works now after delete it. But i have not format anymore |
I can confirm that original problem was solved on |
@nonam4 maybe you used outdated version of vision-camera (4.0.0-beta.11) in 1.6.1 and so sorry but we cant implement solved vision-camera problems (in last vision-camera version) with your 1.6.1 package. For example i cant pass format prop now with your package Camera component. It throw error |
@Nurmehemmed you have some options then:
I created this package for my own project, and it's working very well on my released (and also store published) app. I made it open-source because there weren't any other updated packages available with the same functionality. Since the package is open-source, you can use my code in any way you want, and I don't expect any payment for its use. However, I cannot dedicate more time to fixing an issue for which I haven't received any compensation, especially after exploring all possible solutions myself. And as I said before: I opened this issue on worklets-core repo. When it's solved I'll publish a new version with a fix. |
Sorry, I didn't want to hurt you) I appreciate your effort. Thanks! |
@Nurmehemmed @nonam4 can you please try with this changes in
With:
|
@Sachin1116 did you test generating app APK and installing it on your device? |
yes its working fine in android |
What android version are you using and on wich devices did you tested? |
Android 13 Samsung device and 14 one plus device |
I checked it but doesnt work on prod in Samsung galaxy a22 (Android version 13) |
did you change library version |
Of course |
Same issue on my end. Production build not working on Redmi 12 5g (Android 14) and Other Android Phones Redmi, Realme, etc with Android 12, 13, 14. I have not tested on 11 and below. |
@SantoshYadavSridix check 1.6.1 version please. Problem solved there already. Please, dont forget to read release notes (You must change other dependency versions) |
I just released |
It doesnt work after build release apk and installed it on device
The text was updated successfully, but these errors were encountered: