Seyed Mohammad Asadi

Results 13 comments of Seyed Mohammad Asadi

Yes sure. I did try that and no luck. I get this error on Android emulator and device: ``` Error: Exception in HostFunction: java.lang.UnsatisfiedLinkError: dlopen failed: library "libreactnativemmkv.so" not found...

Tried both of your suggestions @mrousavy. Upgrading to RN 0.66 doesn't help. I created a brand new project with this command: ```bash npx react-native init NewProject --version 0.66 ``` Then...

Upgraded react native to 0.69.2 and this issue still exists.

As error message suggests, in order to use this library you need NDK. You can download it with SDK manager in: Android Studio > Tools tab > SDK manager >...

It is easy to reproduce this issue: 1. Init a new react native project with typescript template 2. Install Dripsy 3. Change your App.tsx file to this: ```jsx import React...

I can use both of these libraries in my project. All you need to do is to use Realm in only one thread. For example I only use Realm in...

You can dismiss keyboard using reference of the rich editor like this: ```javascript editorRef.current?.dismissKeyboard(); ```

> any workaround? You can use [this](https://github.com/flmnt/graphemer) library instead which has support for new emoji versions.

Closing since it is fixed in new releases.