TheWidlarzGroup / rn-emoji-keyboard

Super performant, lightweight, fully customizable emoji picker 🚀
https://thewidlarzgroup.github.io/rn-emoji-keyboard/
MIT License
326 stars 59 forks source link

App crashed on production, error provided. #82

Closed abdullahIsa closed 1 year ago

abdullahIsa commented 1 year ago

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 commented 1 year ago

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

Solutions: added this in proguard-rules.pro due to crash error https://github.com/Shopify/react-native-skia/issues/357#issuecomment-1092118277 -keep public class com.shopify.reactnative.skia. {;}

added this in proguard-rules.pro due to crash error https://github.com/react-native-svg/react-native-svg/issues/1061#issuecomment-517031073 -keep public class com.horcrux.svg.* {;}

ddikodroid commented 1 year ago

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 commented 1 year ago

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.