Skip to content
New issue

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

still too slow, under iPhone 6 plus #81

Open
12343954 opened this issue May 19, 2018 · 3 comments
Open

still too slow, under iPhone 6 plus #81

12343954 opened this issue May 19, 2018 · 3 comments

Comments

@12343954
Copy link

12343954 commented May 19, 2018

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 !

@12343954 12343954 changed the title still too slow still too slow, under iPhone 6 plus May 19, 2018
@pmella16
Copy link

same here

@ajitdas123
Copy link

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()} />

@akontaroudis
Copy link

akontaroudis commented Nov 2, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants