We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
following this #24
<CameraRollPicker maximum={4} imagesPerRow={4} scrollRenderAheadDistance={500} initialListSize={1} pageSize={1} batchSize={5} removeClippedSubviews={true} assetType='Photos' callback={this.selectImages} selected={[]} />
still too slow to show the pictures' list
how to speed up?
thank you !
The text was updated successfully, but these errors were encountered:
same here
Sorry, something went wrong.
Not only that, it also very slow to select an image. For me it's taking at least 4 to 5 sec to select an image
Here is my code
<CameraRollPicker selectSingleItem={true} initialNumToRender={4} callback={()=>this.getSelectedImages()} />
Not only that, it also very slow to select an image. For me it's taking at least 4 to 5 sec to select an image Here is my code <CameraRollPicker selectSingleItem={true} initialNumToRender={4} callback={()=>this.getSelectedImages()} />
FYI I've raised a PR (see #98) for the slowness of selecting an image. That has improved the performance of selecting an image dramatically for me.
No branches or pull requests
following this #24
still too slow to show the pictures' list
how to speed up?
thank you !
The text was updated successfully, but these errors were encountered: