Max Gor

Results 7 comments of Max Gor

Regarding 2 mistake: you need to change next lines: line 207: if (matches = string.match(/^(\d{1,2}) ([^\s]+) (\d{4,4})$/)) { replace it with: if (matches = string.match(/^(\d{1,2}) (\d{1,2}) (\d{4,4})$/)) { and line...

I've updated gradle version to 3.1.2 and error is disappaered

@anees715 yes, I have fixed it, it's working with 25.0.0

Adding this code ``` - (BOOL)requiresMainQueueSetup { return YES; } ``` into RCTFBLoginManager.m is not helping

To fix this issue you need to add `outerCircleStyle={{overflow: 'hidden'}}` into props of Circle component.

Yes > Experiencing this too, same setup pretty much. I found [this](https://github.com/nasa8x/v-video-embed/issues/3) issue/fix on a different package which may help get this resolved. yes I found this fix too, but...