Michael Knoch
Michael Knoch
This pr resolves the wechat ios sdk via cocoapods and updates it to version 1.8.4 because the currently used version 1.7 is already deprecated since a while and support will...
build error `Implicit declaration of function 'OSAtomicCompareAndSwap32Barrier' is invalid in C99`
## Current behavior build error `Implicit declaration of function 'OSAtomicCompareAndSwap32Barrier' is invalid in C99` when building for apple silicon mac. It works when building for Intel mac via rosetta. ##...
`UIView.convert(to: UIView)` is a pretty complex function (especially when matrix transformations are considered), so there is quite a bit of code in `UIView.swift` relating to this. It'd be great to...
**Do you want to request a *feature* or report a *bug*?** bugreport **What is the current behavior?** I updated a react-native codebase from 0.56 to 0.57 and migrated from `"babel-preset-react-native":...
We recently saw issues with the icon color in the search bar when using a device on ios 13 in dark mode. In our case the issue seems to be...
I was facing build errors on my local machine and on linux ci. ``` Task :react-native-search-bar:processDebugAndroidTestManifest FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for...
**Type of change:** feature ## Motivation (current vs expected behavior) This change improves the interpolation of CATransform3D by individually interpolating its components. Additionally, it utilizes spherical linear interpolation (SLERP) to...
**Type of change:** bugfix ## Motivation (current vs expected behavior) Fix absolute touch handling ## Please check if the PR fulfills these requirements - [ ] Self-review: I am confident...
**Type of change:** cleanup ## Motivation (current vs expected behavior) Based on the conversations in https://github.com/flowkey/UIKit-cross-platform/pull/395#discussion_r1707493648 ## Please check if the PR fulfills these requirements - [ ] Self-review: I...