Nikita Kolmogorov

Results 62 comments of Nikita Kolmogorov

Same happens on watermelondb version `0.23.0-11`

Here's my Podfile in case you need it: ``` platform :ios, '12.0' require_relative '../node_modules/react-native/scripts/react_native_pods' require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules' inhibit_all_warnings! target 'Todorant' do # React native config = use_native_modules! use_react_native!(:path => config["reactNativePath"]) #...

I've got the dependency in the `yarn.lock`, but not in the podfile lock 🤔 ![Screen Shot 2021-06-24 at 9 02 05 AM](https://user-images.githubusercontent.com/3192028/123295734-dc556b80-d4ca-11eb-8981-d37dce7b65ef.png)

Hm, it doesn't look like `simdjson.h` is a part of the binary

Try changing `onMessage` to `onmessage`

In case anybody wonders: the latest version of pods didn't fix the issue but code by @thanhcao did :)

Hmm, sounds good. I'll implement it later, thank you for the suggestion!

Sounds like a good idea, I'll consider it :)