Darren Yeates

Results 28 comments of Darren Yeates

@chrfalch agreed, I was using it temporarily as a work around waiting for a package update. However, even just having use_frameworks! I still get the same error? `@shopify/react-native-skia/cpp/skia/include/core/SkStream.h:11:10: 'include/core/SkData.h' file...

Has anyone been able to get RN Skia working in conjunction with Firebase and use_frameworks? Would you be able to share your podfile config? I've been at this a while...

@chrfalch could you try building using use_frameworks! and see if you get the same error please?

I'm trying :-) Having a few problems getting that gem to work. @laudebugs which version of CocoaPods are you using? I'm using 1.11.3 on an M1 Mac and I'm getting...

Hmmm, no idea why that made a difference but it did. gem seems to work OK now. I had to add additional Firebase pod as I am using other Firebase...

Yes. It seems there is an issue with @react-native-firebase/storage which means this isn't working quite right. If I remove @react-native-firebase/storage from my build I got one other Skia related error...

+1. Would be great to set the initial scale via a prop.

How exactly is FirebaseStorage-Swift.h header generated by CocoaPods? I am using React Native/Cocoapods and I am getting ![Screenshot 2022-07-19 at 18 06 38](https://user-images.githubusercontent.com/944670/179929524-55ba3aa7-f56a-4de6-8583-5ce5d68fa15c.png)

Ahh! this dependency loop is quite frustrating. I removed Firebase entirely from my project (not only due to the above) and have been enjoying Skia since, however, I just integrated...