59 Commits
Author SHA1 Message Date
Anton Kalinin 681bd769c9 Update example expo up to SDK 43.0 2021-11-09 22:22:36 +02:00
Anton Kalinin 490c088f68 v0.2.1 v0.2.1 2021-09-05 11:02:30 +03:00
Rajesh De 1fcd000c9c keyExtractor property is added. It will help to implement custom logic to uniquely identifying each item in the virtualized list. (#105)
README.md is updated
2021-09-04 20:04:34 +03:00
Anton Kalinin 5b0e2cb0ec Update expo to latest SDK 2021-02-05 20:13:46 +02:00
jzyds 01953ef6ff Update README.md (#69)
Remove the semicolon at the end of the sample code
2020-09-17 15:21:58 +03:00
dependabot[bot]anddependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> d402b7caa5 Bump lodash from 4.17.15 to 4.17.19 in /example (#59)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-20 17:12:53 +03:00
dependabot[bot]anddependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> e2d19964ac Bump lodash from 4.17.15 to 4.17.19 (#58)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-20 11:00:55 +02:00
Maksim Bolshakov 74d3c8ac91 v0.2.0 v0.2.0 2020-05-24 19:13:20 +02:00
Maxim BolshakovandAnton Kalinin b9c9e353dd Fix #30 #34 Android modal moved to native modal implementation (#50)
* Fix #30 #34 Android modal moved to native modal implementation

* Move StatusBarManager to components

Co-authored-by: Anton Kalinin <hurricanebox@gmail.com>
2020-05-24 19:06:29 +02:00
Maxim BolshakovandAnton Kalinin 232a6acd53 Add local images support #38 (#47)
* Add local images support

* Swap image type check order

* Fix resolving local image size, add local image to example

Co-authored-by: Anton Kalinin <hurricanebox@gmail.com>
2020-05-21 22:51:02 +02:00
Maxim Bolshakov 94c77f3869 Android: Close modal on vertical paging (#46) 2020-05-17 15:34:23 +03:00
Maxim Bolshakov c7d862096f Android: Fix back handler subscription #42 (#45)
* Android: Fix back handler subscription #42

* Clean up logs

* Move hook to hooks folder

* Add License
2020-05-17 15:16:39 +03:00
Maxim Bolshakov 80eb318c2c Android: Fix "long press handler broke gesture recognition" (#44)
* Long press for Android

* Clean up
2020-05-17 14:55:11 +03:00
Takashi NojimaandMaxim Bolshakov f5508f72a1 Support image long press handler (#36)
* Support image long press handler

* wrap onLongPressHandler with useCallback

Co-authored-by: Maxim Bolshakov <maksimko@gmail.com>
2020-05-03 22:37:55 +02:00
Lucas MórawskiandMaxim Bolshakov f57a73f25b Android, modal in modal pinch to zoom fix (#37)
Fix bug when ImagView is put into a RN Modal, pinch to zoom stops working on Android.

Co-authored-by: Maxim Bolshakov <maksimko@gmail.com>
2020-05-03 22:24:51 +02:00
Anton Kalinin 0b1b0b5e53 Fix ts errors, update files with prettier 2020-05-01 16:05:37 +03:00
jigu 010c91f90b Use getSizeWithHeaders instead getSize (#40)
@youniaogu Good job, thanks. Going to test it.
2020-05-01 14:19:12 +03:00
Maksim Bolshakov d0c3737fd9 0.1.8 v0.1.8 2020-03-18 16:14:33 +01:00
Maksim Bolshakov 93518be055 0.1.7 2020-03-18 16:14:28 +01:00
Anton Kalinin 6093d2a268 Fixed issue #19 Integration with react-navigation (#26) 2020-03-05 11:46:16 +02:00
Maxim Bolshakov 1d34ff4993 Fix jumping header (#28)
* Fix jumping header

* Fix: Somehow paddings do not applied for SafeAreaView on iOS
2020-03-03 16:43:48 +01:00
Maksim Bolshakov 3adc644ac4 Remove presentation style default value 2020-03-03 11:39:23 +01:00
Maxim Bolshakov 288cfa1e70 Center X position inside close button (#27) 2020-03-02 22:51:35 +02:00
Maxim Bolshakov 7e58bf2837 Fixed issue #12 Modal not covering whole screen in Android (#25)
* Fixed issue #12 Modal not covering whole screen in Android

* Reviewe fix: remove odd `visible` check
2020-03-02 22:51:19 +02:00
Maksim Bolshakov e5c4e3849e 0.1.6 v0.1.6 2020-02-04 19:47:55 +01:00
Anton Kalinin 6e996b0374 Add postversion script to not forget build dist before publish 2020-02-04 20:42:18 +02:00
Anton Kalinin 96578c9be2 Add onImageIndexChange callback prop (#20) 2020-02-04 19:38:06 +01:00
Maksim Bolshakov a9aaf80809 0.1.5 v0.1.5 2020-02-04 08:19:58 +01:00
Anton Kalinin ec21f3997d 0.1.4 v0.1.4 2020-02-03 20:18:22 +02:00
Anton Kalinin e2a5c28230 Add double tap to zoom for ios (#16)
* iOS: Add double tap to zoom

* Update README.md
2020-02-03 20:11:20 +02:00
Anton Kalinin e1ba07aa33 0.1.3 v0.1.3 2020-01-08 21:30:03 +01:00
Anton Kalinin 105b1174bb Add description to expo app 2020-01-03 14:08:51 +01:00
Anton Kalinin 3927d693de Update example to expo v36.0.0 2020-01-03 11:07:35 +01:00
Anton Kalinin 3675cb88d2 Update demo.gif 2020-01-02 14:53:30 +01:00
Anton Kalinin 69eceb1adb Update demo.gif 2020-01-02 14:43:10 +01:00
Anton Kalinin fcf27eef19 0.1.2 v0.1.2 2020-01-01 22:07:17 +01:00
Anton Kalinin d74a497618 Add option to disable double tap to zoom on Android 2020-01-01 21:58:45 +01:00
Anton Kalinin ab1f053c2b Improve zoom to tap on android (first commit of 2020 🎉) 2020-01-01 21:46:22 +01:00
Anton Kalinin 5928b422a0 Add zoom to touch for double tap on Android 2019-12-31 16:39:18 +01:00
Anton Kalinin 199be756c7 Add basic double tap to zoom for Android 2019-12-30 22:42:56 +01:00
Anton Kalinin 1d9c473557 Add hook for double tap to zoom for iOS 2019-12-30 10:12:48 +01:00
Anton Kalinin c2822f7445 Hide header & footer when image is scaled 2019-12-29 20:23:24 +01:00
Anton Kalinin fcd96a9035 0.1.1 v0.1.1 2019-12-27 21:58:31 +01:00
Anton Kalinin 10e58d9d5d Fix set initial scale on iOS 2019-12-27 21:57:23 +01:00
Anton Kalinin 722e6ae066 0.1.0 v0.1.0 2019-12-27 15:28:09 +01:00
Anton Kalinin d1a8f8947a Update example/app,json 2019-12-27 15:27:32 +01:00
Anton Kalinin 3605c7d0d8 Update readme 2019-12-27 15:10:59 +01:00
Anton Kalinin 8292a00176 Add hardware back button handler in modal for Android 2019-12-27 15:04:30 +01:00
Anton Kalinin 485c7bcf2c Add pinch to zoom for Android (#9) 2019-12-27 12:17:40 +01:00
Anton Kalinin 7ba12b356d Merge branch 'master' of https://github.com/jobtoday/react-native-image-viewing 2019-12-02 10:13:35 +01:00