Commit Graph

290 Commits

Author SHA1 Message Date
Dylan Vann 99173cd0f5 Add test for not passing a uri. 2018-01-31 20:27:36 -05:00
Dylan Vann 864a73e09f 2.1.4 2018-01-31 20:23:26 -05:00
Dylan Vann 507df3db6a Fix prop order to be consistent. 2018-01-31 20:23:16 -05:00
Dylan Vann 1cf545253c
Merge pull request #132 from brunolemos/patch-1
Fix style prop not being passed to Image component.
2018-01-31 20:21:54 -05:00
Bruno Lemos f6beea6324
Fix style prop not being passed to Image component
Fix #130
2018-01-31 17:49:37 -02:00
Dylan Vann 5a67ff2cf0
Merge pull request #105 from coconautti/fix-documentation-default-resize-mode
Fix documentation for default resize mode.
2018-01-30 22:24:08 -05:00
Dylan Vann 8aa6c6bc13 Add documentation on how caching is handled. 2018-01-30 22:16:14 -05:00
Dylan Vann a78950dcf9 2.1.3 2018-01-30 22:04:40 -05:00
Dylan Vann d4210c0ed0 Fix default resizeMode on Android. 2018-01-30 22:04:33 -05:00
Dylan Vann b36b3a4618 2.1.2 2018-01-30 21:54:52 -05:00
Dylan Vann de4f40a3a3 Fix android caching / preloading. 2018-01-30 21:54:22 -05:00
Dylan Vann 906c81af78 Rename images. 2018-01-30 21:04:23 -05:00
Dylan Vann e8f6df93b2 Add rectangular border radius example. 2018-01-30 20:42:58 -05:00
Dylan Vann 194619921b Fix tests. 2018-01-30 20:36:30 -05:00
Dylan Vann 006d0b0a9b 2.1.1 2018-01-30 20:33:35 -05:00
Dylan Vann d4fb891a07 Update readme.
Add notes on border radius.
2018-01-30 20:33:26 -05:00
Dylan Vann 954432a284 2.1.0 2018-01-30 20:27:05 -05:00
Dylan Vann 0e33ea74bc Remove engines, it was causing issues for users. 2018-01-30 20:26:09 -05:00
Dylan Vann 82b469369d Put status bar underlay on main example page. 2018-01-30 20:24:45 -05:00
Dylan Vann 2df16ca038 Remove children support.
Keeping the API similar to Image.
2018-01-30 20:13:30 -05:00
Bart Tegenbosch e657a168e8 Added missing OkHttpClientProvider import. 2018-01-29 21:03:08 +01:00
Dylan Vann 6731991d14
Update README.md 2018-01-29 01:47:23 -05:00
Dylan Vann 3a33bdaa27 🔘 Add border radius support to android and refactor and update examples. 2018-01-29 01:42:29 -05:00
Kingsley Ochu e813114715
Merge branch 'master' into glide-v4 2018-01-15 12:55:14 +01:00
Dylan Vann 737452bfa8 Add gif from example. 2018-01-14 01:35:50 -05:00
Dylan Vann 6febcbf3f7 Remove flow comments. We weren't using it anyways. 2018-01-13 18:59:04 -05:00
Dylan Vann 74aee3afb8 Reload example with button instead of interval.
Show preloading outside of component.
2018-01-13 18:28:23 -05:00
Dylan Vann 07ee611c32 Make engines more permissive, update example. 2018-01-13 18:26:52 -05:00
Jeremy Lee 6c1d1f805b fixed error with submitting the same map to the event emitter 2018-01-03 14:20:44 -08:00
Andrea Ascari 0b5e16a1ce Added typelevel to dev deps 2017-12-27 15:23:31 +01:00
Andrea Ascari f5422f851d Created types definition 2017-12-27 15:23:10 +01:00
GuoYufu f2043591bf Add `Header Search Paths` to solve problems when:
1. Native iOS app integrate react native from `Podfile` and integrate this library from `package.json`.
2. In react native 0.51, pure react native iOS app integrate react native from `Podfile` and integrate this library from `Libraries`.
2017-12-16 00:41:39 +08:00
Peter Hägg 0778939658
Fix documentation for default resize mode
Documentation wrongly states that 'contain' is the default resize mode, when it in fact is 'cover'.
2017-12-13 12:43:00 +02:00
Jeremy Lee eae1c7a486 Added resource width and height information to the onFastImageLoad and onFastImageLoadEnd events 2017-12-12 13:34:29 -08:00
Bart Tegenbosch eac670b2dc Use OkHttpClientProvider to allow extending preconfigurated clients. 2017-12-07 23:47:36 +01:00
Dylan Vann c508247542
Update README.md 2017-12-02 19:44:58 -05:00
Dylan Vann d86246fa53 v2.0.0 2017-11-30 00:05:23 -05:00
Dylan Vann 1eb2f4d53e Add packed version to gitignore. 2017-11-30 00:01:27 -05:00
Dylan Vann b4b1794258 Update dependencies. Remove support for View.propTypes. 2017-11-29 23:45:54 -05:00
Dylan Vann a388be82cd Use global import syntax. 2017-11-29 23:23:46 -05:00
Dylan Vann b45acef707 Merge branch 'master' into wz366-master
# Conflicts:
#	package.json
2017-11-29 22:34:02 -05:00
Dylan Vann 40b4c88585 Update prettier files. 2017-11-29 22:32:48 -05:00
Dylan Vann ddd57d32e1 Change to prepare script, remove changes to SDWebImage. 2017-11-29 22:29:43 -05:00
Dylan Vann f4ab55c3d5 Merge branch 'master' of https://github.com/wz366/react-native-fast-image into wz366-master 2017-11-29 22:23:55 -05:00
Dylan Vann a6b1e48696
Merge pull request #64 from tdekoning/master
Image resizing - Fixing resizemode support.
2017-11-29 22:21:29 -05:00
Dylan Vann cf07dd2a82 Update the example app and docs. 2017-11-29 22:02:37 -05:00
Dylan Vann 12d58a27cb Add supported node and yarn versions. 2017-11-28 23:52:39 -05:00
Dylan Vann 711151df72 Update circle config to 2.0. 2017-11-28 23:37:46 -05:00
Dylan Vann d43330eb76 Update dependencies. 2017-11-28 23:26:03 -05:00
Kingsley Ochu 061c9475c2 Remove redundant meta-data from manifest 2017-11-14 19:40:53 +01:00