Single image viewer feature#239
Conversation
license file has been added
Privacy policy
…duct_and_contributing_files code of conduct and contributing guideline files added
Wallet connect integeration
Bumps [moment](https://github.com/moment/moment) from 2.29.3 to 2.29.4. - [Release notes](https://github.com/moment/moment/releases) - [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md) - [Commits](moment/moment@2.29.3...2.29.4) --- updated-dependencies: - dependency-name: moment dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. - [Release notes](https://github.com/terser/terser/releases) - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](https://github.com/terser/terser/commits) --- updated-dependencies: - dependency-name: terser dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [jpeg-js](https://github.com/eugeneware/jpeg-js) from 0.4.3 to 0.4.4. - [Release notes](https://github.com/eugeneware/jpeg-js/releases) - [Commits](jpeg-js/jpeg-js@v0.4.3...v0.4.4) --- updated-dependencies: - dependency-name: jpeg-js dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.1.0 to 1.1.2. - [Release notes](https://github.com/EventSource/eventsource/releases) - [Changelog](https://github.com/EventSource/eventsource/blob/master/HISTORY.md) - [Commits](EventSource/eventsource@v1.1.0...v1.1.2) --- updated-dependencies: - dependency-name: eventsource dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
…and_yarn/eventsource-1.1.2 Bump eventsource from 1.1.0 to 1.1.2
…and_yarn/moment-2.29.4 Bump moment from 2.29.3 to 2.29.4
…and_yarn/terser-4.8.1 Bump terser from 4.8.0 to 4.8.1
…and_yarn/jpeg-js-0.4.4 Bump jpeg-js from 0.4.3 to 0.4.4
|
@dhruvtailor7 can we somehow do a pre-load of next image to eliminate the brief black screen when scrolling fast to the next one (without loss of performance)? |
|
@emadbaqeri @ehsan6sha @ghorbani-m I have added the following
The performance issue is because of the shared element transition so I have removed it. |
|
Hi @dhruvtailor7, Thanks for the updates, I've had a test on updates and the issues are:
20220803-144517-720x1600.mp4Thanks. |
|
@ghorbani-m I have added the code for swipe down to go back to the main screen. |
Hi @dhruvtailor7 , I had a look at the code and solved the performance issue, the reason was passing a large data to the Now, You just need to tune the SharedElement component to have a smooth transition when the user taps on an image. |
|
@ghorbani-m I have pushed the code for transition. Please check. |
Thanks @dhruvtailor7 , I've checked it out, and it seems the image transition issue is improved, but I think the solution is not the best solution (setting delay in transitionSpec config), it causes an issue (gray box before transition) on transition, please have a look to below video I believe FlatList is more compatible with the SharedElement library, I had a simple test and replaced RCL with FlatList (imported from react-native) and removed delay config in transitionSpec and the below issue was fixed! 20220813-195553-720x1600.mp4 |
|
Hi @dhruvtailor7 , I have checked your latest commit, the image transition issue is fixed, but the slider performance is not smoth! |
|
Hello @ghorbani-m, I have added a few more optimization parameters to the flatlist. I think this is the best we can achieve with Flatlist. |
|
Hello @ghorbani-m, Have you checked the scroll performance after the optimization? |
Hello @dhruvtailor7 , Yes, I have, the scroll performance is better than previous version, but some time we have black screen while scroll images fast! (because of delay on rendering images at flatlist) Anyway , I worked on your old code that was based on RCL, and found out what is the performance issue on transition, so |
|
closed by this PR |
PR for the following issue.
#145
Screenrecorder-2022-07-27-11-53-12-599.mp4