Sergey Gavrilyuk

Results 6 issues of Sergey Gavrilyuk

This is an issue with [Podspec](https://github.com/googlemaps/google-maps-ios-utils/blob/main/Google-Maps-iOS-Utils.podspec) defined in this repository. When the library is integrated using cocoapods, [these lines](https://github.com/googlemaps/google-maps-ios-utils/blob/main/Google-Maps-iOS-Utils.podspec#L26-L27) make cocoapods insert in every `Pods-Project.xcconfig` this line: ``` EXCLUDED_ARCHS[sdk=iphonesimulator*] =...

type: bug
priority: p1

Observing strange behaviour where selectors `new UiSelector().className("android.view.ViewGroup")` and `new UiSelector().classNameMatches("android.view.ViewGroup")` would return drastically different results (17 elements vs 5) After some digging I found this issue https://github.com/appium/appium/issues/5924 which has been...

This is not really a PR, I just added a test showcasing the issue. Apparently, react-test-renderer is not outputting in the tree a lot of "invisible" component types including `Context.Provider`...

Update **Usage** section: provide more complicated use cases with multiple insertions/deletions at the same time.

Noticed, that without `--ignore-dev-pods` `pod check` seems to always generate the output indicating that ~React-Codegen is ought to be updated, even when subsequent `pod install` produces no changes to Podfile.lock....