Guilherme Athayde

Results 8 comments of Guilherme Athayde

@pierroo Where do I put this: > Breaking change: C++/Objective-C++ clients should use #import and #import to access Functions and Storage APIs, respectively.

> 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) Did you...

> I recently had to disable `react/jsx-one-expression-per-line` because it made things like this much harder to read: > > ``` > > ABC > { one && DEF } >...

> Workaround until resolved by react native: > > Add 'react-native/ReactCommon' to the header search path in your Podfile (in my case, the "RNScreens" pod was giving the problem): >...