Maxim Toyberman
Maxim Toyberman
Hi @cortinico, 1. On Android, the library works fine when the `newArch` flag is disabled, but when it's enabled, no views are rendered. (same for iOS) 2. I noticed there...
Hi @cortinico sorry for the confustion. The issue is only with iOS, will edit my original issue now
Hi @cortinico, It seems I've managed to fix the issue, but I'd appreciate any insights you might have on the root cause. You can check out the change here: [react-native-charts-wrapper...
Hi @cipolleschi I have an issue with addUIBlock which looks like it was fixed [here](https://github.com/facebook/react-native/pull/43060)
Hi @cipolleschi If you see the changes [here](https://github.com/MaxToyberman/react-native-charts-wrapper/pull/1) you will notice 2 changes: 1. This will make the graphs visible: (it is invisible on iOS new arch) ``` override func...
@cipolleschi Thanks, i dont need to count them but the app crashes because viewRegistry.count is 0... i am not the author of the library but i thought that the fix...