Lê Vũ Huy

Results 2 issues of Lê Vũ Huy

If you want to limit number of image or video when select, set this: ``` imagePicker.settings.fetch.assets.supportedMediaTypes = [.image(max: 2), .video(max: 1)] ``` And when you select the third image, it...

In source code, i found the definition of AutoHideFollowButton `const AutoHideFollowButton = ({ children, className }) => {` But in the line use AutoHideFollowButton in file `BasicScrollToBottom.js`, there is no...