Rafael
Rafael
To anyone experiencing this: on ARM MacBooks, I'm not getting the usual library validation errors, but it appears to be just that. Trying on a custom-wrote software using dlopen to...
(2)! Would love to help solve the issue by coding a fix!
We've been hitting the same issue. This is the only library that I have used so far that simply changes themes of my application.
Update: this seems to be related to MercadoPago using the old MaterialComponents 1.0.0 (as seen in gradle.properties). Any plans to update this? This seems to be breaking any apps that...
Sorry for the delay... @hjmallon is correct, I wanted to create a fat version with everything possible. I think it is doable, don't know if .xcframework is needed. I'm gonna...
> Things that spring to mind... > > Unsupported AssetsLibrary was being included, need to add check for UIKitForMac. > ASDisplayNode CAEAGLLayer check @ay8s Hey! May I do a PR...
Thanks for the quick reply! Interestingly enough, if I remove the "lib" prefix from the png/jpeg libraries in `find_libpng` and `find_libjpeg`, it seems to work just fine (it successfully links...
Debugging further with Xcode, I found that pure UIViewController/UIView reports a safe area inset of 59.0, just as expected by this library. However, when adding a UINavigationController, the OS recalculates...
@outaTiME Tackling this I found (and fixed) an issue with React Native's RefreshControl (https://github.com/facebook/react-native/pull/35281). If you're using a refresh control and that's what's causing your layout issue, then when the...
Hej @outaTiME! Thanks for posting. I don't think the re-engineering is worth it to be honest, but I'd love to hear some input from any contributor of this. Meanwhile, your...