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

App crashed on production, error provided. #82

Closed
abdullahIsa opened this issue Sep 3, 2022 · 3 comments
Closed

App crashed on production, error provided. #82

abdullahIsa opened this issue Sep 3, 2022 · 3 comments
Labels
bug Something isn't working

Comments

@abdullahIsa
Copy link

Hello, while trying to open emoji-keyboard in production mode, i get this error below and it's a very long error, I don't know what could be the cause, thanks.

Screenshot_2022-09-03-15-18-37-48_63bab2abbbd3d656a9c3a703ebaa25b9

@abdullahIsa abdullahIsa added the bug Something isn't working label Sep 3, 2022
@abdullahIsa
Copy link
Author

abdullahIsa commented Sep 4, 2022

Issue fixed, error was due to react-native-skia and react-native-svg

Solutions:
added this in proguard-rules.pro due to crash error Shopify/react-native-skia#357 (comment)
-keep public class com.shopify.reactnative.skia.* {*;}

added this in proguard-rules.pro due to crash error software-mansion/react-native-svg#1061 (comment)
-keep public class com.horcrux.svg.** {*;}

@ddikodroid
Copy link

Hello, while trying to open emoji-keyboard in production mode, i get this error below and it's a very long error, I don't know what could be the cause, thanks.

Screenshot_2022-09-03-15-18-37-48_63bab2abbbd3d656a9c3a703ebaa25b9

hi, saw your issue. could you tell me how to show the error log like that on production? thanks in advance

@abdullahIsa
Copy link
Author

Hello, while trying to open emoji-keyboard in production mode, i get this error below and it's a very long error, I don't know what could be the cause, thanks.
Screenshot_2022-09-03-15-18-37-48_63bab2abbbd3d656a9c3a703ebaa25b9

hi, saw your issue. could you tell me how to show the error log like that on production? thanks in advance

Hello i am using react-native-exception-handler https://github.com/a7ul/react-native-exception-handler works well for me, all the best.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants