16 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 5b0e2cb0ec Update expo to latest SDK 2021-02-05 20:13:46 +02: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
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 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
Anton Kalinin 0b1b0b5e53 Fix ts errors, update files with prettier 2020-05-01 16:05:37 +03: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
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
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 d1a8f8947a Update example/app,json 2019-12-27 15:27:32 +01:00
Anton Kalinin 453f2bef6c Update deps 2019-12-02 10:13:16 +01:00
Anton Kalinin 29f223a561 Use build target es2019, rename booleans props (#1)
Use build target es2019, rename booleans props
2019-11-29 11:30:37 +01:00
Anton Kalinin 852040de0b Replace FlatList with VirtualizedList to reduce amount of image loads 2019-11-28 18:30:28 +01:00
Anton Kalinin c4112b91dd Initial commit 2019-11-28 15:03:46 +01:00