Dylan Vann
|
b4b1794258
|
Update dependencies. Remove support for View.propTypes.
|
2017-11-29 23:45:54 -05:00 |
Dylan Vann
|
d43330eb76
|
Update dependencies.
|
2017-11-28 23:26:03 -05:00 |
Dylan Vann
|
1d9ca5aa7f
|
Merge branch 'viewPropTypes' of https://github.com/iRoachie/react-native-fast-image into iRoachie-viewPropTypes
|
2017-11-12 14:21:29 -05:00 |
Kyle
|
5c18fb656c
|
Gracefully deprecate View.propTypes
|
2017-08-02 10:33:03 -04:00 |
Kyle
|
5f59333a8d
|
Allow number as source
|
2017-08-02 10:25:09 -04:00 |
Dylan Vann
|
1666f7c4e5
|
Make android and iOS view loading events conform to API of React Native's Image.
This will make using this library as a drop in replacement easier.
This commit also fixes some issues in the android progress implementation.
|
2017-07-25 00:44:08 -04:00 |
Dylan Vann
|
6c720f5020
|
Fix iOS progress implementation to conform to React Native's image.
Includes:
- onLoadStart
- onProgress
- onError
- onLoad
- onLoadEnd
Also changes to use the prop-types package.
|
2017-07-23 22:28:35 -04:00 |
Dylan Vann
|
7e0b966595
|
Format with prettier. Remove PropTypes. Fix tests.
|
2017-07-05 04:22:59 -04:00 |
Dylan Vann
|
ad4d8a5fe6
|
Add progress events for iOS.
|
2017-07-03 21:58:24 -04:00 |
Dylan Vann
|
46e08b46e2
|
Update to support preloading sources.
Sources for preloading have the same keys as the source prop.
Also update readme to document preloading.
|
2017-06-20 03:10:56 -04:00 |
Dylan Vann
|
1398551b19
|
Format with prettier.
|
2017-06-19 21:50:55 -04:00 |
Flávio Caetano
|
4c87fc0337
|
Enables prefetching images
|
2017-06-08 18:52:59 -03:00 |
Dylan Vann
|
5a93fee689
|
Update React Native and add gif support to iOS.
|
2017-05-04 02:45:28 -04:00 |
Dylan Vann
|
abffb8fb28
|
Fix root ref for plain Image component.
|
2017-04-20 10:04:17 -04:00 |
Dylan Vann
|
d6e9bc8313
|
🐛 Forward setNativeProps. Makes this component work with TouchableOpacity.
Fixes #1.
|
2017-04-19 12:59:02 -04:00 |
Dylan Vann
|
e98bacc84f
|
Fix onLoad and onError on iOS.
|
2017-04-18 11:57:18 -04:00 |
Dylan Vann
|
1ee6d37bd4
|
🚩 Initial commit.
|
2017-04-17 18:42:16 -04:00 |