Cristiano Coelho
Cristiano Coelho
Is it possible to shrink down / remove iOS dependencies if they are not needed? Similar to what you've done with Android that some dependencies can be omitted. Truth is...
Is apple rejecting uploads already? Are we all sure the deprecation warning comes from here? Should be as simple as updating any google's reference. I believe google has updated their...
Are these libraries the culprits maybe? https://github.com/viromedia/virocore/blob/master/ios/Podfile Note that they are not even from viro react, but rather the core. When using the static lib, I'm not even sure if...
Any updates on this? Looks like Apple will stop accepting uploads with UIWebView starting in April 2020 (i.e., now). This has just become a breaking change and needs immediate attention....
I've been trying to upgrade react's version to 0.61.5 in this branch (https://github.com/cristianoccazinsp/viro/tree/rn-upgrade-attempt) alongside updating google SDKs for iOS to remove some deprecation warnings. Compilation of the new android aar...
Well, as much as I tried, fixing the iOS project to work with the new RN pods setup seems impossible. Will pass on this one. Also, seems like updating Google's...
I don't think there's any way to patch this. Viro uses google VR SDK, which is deprecated and hasn't been updated in ages. To fix it you need to upgrade...
Turns out, this happens if the component unmounts shortly after mounting (probably before the captcha renders). I had a slight bug in my application where the component would render on...
Was this ever merged?
Such a Tiny fix, @chirag04 can you please implement this. Is this even still maintained?