Results 8 comments of Matias Simone

Hey! its a simple hotFix, but you can use the follow workaround to solve this problem : ``` export const getAllSecureItem = async () => { try { const allSecureItems...

Hey! @cbbernier 👋 You forgot put the **Measurement Unit** such as **px**. Here a working example ⬇️ ``` this.richText.current?.commandDOM(` $('.content').style.fontSize = '${fontSize}px'; $('.pell').style.fontSize = '${fontSize}px'; `); ```

Any update ? In my case is sporadically error, sometime appears and other one not. Maybe its related to this ticket ? https://github.com/dooboolab-community/react-native-iap/issues/1593

I can replicate the error with consumable items, in iOS & Android.

+1 same problem, I'll use the library with a patch-package, but pls consider merge it ASAP 🙏

https://www.npmjs.com/package/patch-package ![image](https://github.com/AppsFlyerSDK/appsflyer-react-native-plugin/assets/28985499/27377443-df23-4c80-8d80-047e7b010fae)

Thx to @suzixo , as he say: First of all run this command if you are on Linux: `sudo apt-get install golang-go` After that, you can search you subject, here...

This thread help me to solve the same issue, Im using UTM virtual machine with Linux Kali. Only for each missing library I installed separately using the flag `--break-system-packages`.