Nikita Kolmogorov
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 🤔 
Hm, it doesn't look like `simdjson.h` is a part of the binary
Version `0.22.0` works well though.
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!
Interesting, thank you, I'll consider it
Sounds like a good idea, I'll consider it :)