Closed tom-un closed 4 years ago
This is caused by the use of CIFilter
s: https://github.com/microsoft/react-native-macos/blob/45d1df90e4e43f2b47259327cfb8192fb945644d/React/Views/RCTActivityIndicatorView.m#L92
Removing that one line resolves the issue. I'm currently trying to find an alternative implementation for setColor:
.
Reported by @Simek: