Boris Tacyniak

Results 167 comments of Boris Tacyniak

Unfortunately, rnfirebase doesn't allow us to remove use_frameworks. For the `public_header_files ` I agree with you, I will make a list of required header in the next few days. For...

Hi @radex, The `v0.26.0-1` partially solve some imports since Bridging.h is not imported. But for `simdjson.h` still got an issue. Copy and paste `simdjson.h` into `shared` folder solve the issue,...

```pods require_relative '../node_modules/react-native/scripts/react_native_pods' require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules' platform :ios, '12.4' install! 'cocoapods', :deterministic_uuids => false $RNFirebaseAnalyticsWithoutAdIdSupport = true $RNFirebaseAsStaticFramework = true target 'Monstera' do config = use_native_modules! # Flags change depending on...

Also got an issue, even with a full clean of cache, `node_modules` and `ios/Pods` but still here. ``` error: Error: While trying to resolve module `@nozbe/watermelondb` from file `/Users/***/Projects/***/database/repository/my-repository.js`, the...

Hi @radex, Thanks for your quick feedback ! ✅ Build is now working fine with changes Only the import which is failling now : https://github.com/Nozbe/WatermelonDB/issues/1285#issuecomment-1405828888 Will take a look later...

Hi @danyf90, Maybe you want to do this: ```js class Post extends Model { static table = 'posts' static associations = { user_creator: { type: 'belongs_to', key: 'creator_id' }, user_last_editor:...