Cong Nguyen
Cong Nguyen
thanks for great tutorial.
Thanks for the great ideal. It would be an improvement in the future.
In reality, the lib doesn't load any image/video data until it is displayed on the screen. The lib only loads the PHAsset objects from the photo library and load thumbnails...
Thanks for the detailed bug report. I will try to investigate the problem and release a new fix version as soon as possible.
Hi Thanks for the suggestion. But I'm currently extremely busy with my own stuff. So it would be nice if you can make a PR for the feature. I will...
Worth considering. Thanks for your idea.
> Looks like turning off optimization for release allowed the build to continue successfully. Is there any other workaround? I don't want to put an unoptimized code on production.
@patmalt https://github.com/emersonsoftware/socket.io-client-swift/tree/Xcode12 I've tried this branch too but nothing change, it still doesn't compile. I'm using Xcode12 beta 1
drop-in replacement for the TextInput, based the solution from @nowayX ```ts export default function MyTextInput(props: TextInputProps) { const { value, defaultValue, ...rest } = props return ( ); } ```