Damir Juretic

Results 5 comments of Damir Juretic

nice work @gontovnik , I tried the iPad fix, and now is not crashing on the popover action sheet but I was able to reproduce another crash. Steps to reproduce:...

Hi @markholland , I have tried and it is still crashing so the new version did not fix the Ipad crash or the crash that I have reproduced above.

I fixed this issue by uncommenting this line: https://github.com/wxik/react-native-rich-editor/blob/ae0fac3e3be987310d70f98c81686a038244ad2c/src/editor.js#L400 Images are not fully loaded by the time when UPDATE_HEIGHT is the first time called so calling UPDATE_HEIGHT every 150ms is...

Hi @helloagain-dev, currently we don't have an option to do that. We would welcome PR from you.

Releasing the app in the Play Store throws an issue by Google. ``` Exception java.lang.UnsatisfiedLinkError: dlopen failed: empty/missing DT_STRTAB in "/data/app/~~HfdEzwuB9IXXVa0Fvds_Kw==/~~==/-==/split_config.arm64_v8a.apk!/lib/arm64-v8a/librnworklets.so" at java.lang.Runtime.loadLibrary0 (Runtime.java:1081) at java.lang.Runtime.loadLibrary0 (Runtime.java:1003) at java.lang.System.loadLibrary (System.java:1765)...