Luiz Philippe
Luiz Philippe
@mikehardy it is not really a matter of when to prompt the user to manage the limited selection but rather when to know he has finished doing so. Take this...
Hi @mikehardy! Thanks for your fast response and I am sorry for the delay. We are having some problems with this feature on the simulator running on apple silicon, which...
I did some digging and it looks like this is the code that opens the file picker using the PHPhotoLibrary class: https://github.com/zoontek/react-native-permissions/blob/master/ios/PhotoLibrary/RNPermissionHandlerPhotoLibrary.m#L62 Looking through the class docs, it would seem...
Has this been fixed yet? I have not found any sort of callback to when the limited selection changes, I also believe this is a serious problem (but maybe it...
Same problem here.
@jenipharachel I made a fork with a callback. I'm not very familiar with native iOS and React Bridge, so it's not the fancy listeners that were suggested, but it is...
I'm gonna try to open a pull request next week if I find some time. Would be nice to have a more definitive solution for that matter :)
I've found time sooner than expected. Pull request #505.
As far as I'm aware, there is no support for a custom progress bar neither in XCD player nor in Youtube native module. What you could do is set `controls={0}`...