- Handle assets from smart albums. (243b33db768b8afe4c58999db005600bda4a07dd)
## [4.0.9] - 2018-05-05
### Fixed
- Fix some issues with the examples.
- Use OkHttpClientProvider to allow extending preconfigured clients. (eac670b2dcd26414c6c98426a9cda35ba35c5b67 - @btegenbosch)
## [4.0.8] - 2018-05-05
### Added
- Handle content and file urls.
## [4.0.7] - 2018-05-05
### Added
- Add instructions for manually linking. (71a52d9ba7973b881fef99c6688dbc4e2c2f8500 - @Meandmybadself)
- Add note about proguard. (f31e8d6a3e752269b84fbf3d6017c1480c58c0f0)
### Changed
- Updated examples.
- Use SDK version and variables from the root project. (c9b3aaef9ce9d1fdc701aa3bc7eaa99d3e3f57df - @rayronvictor)
### Fixed
- Fix bugs when using with `createAnimatedComponent`. (cf83d0f7f384afd262014f3a96feff32356611a2 - @kphungry)
## [4.0.6] - 2018-04-24
### Fixed
- Fix failing iOS builds. (#189)
- Use conditional imports to support linking and CocoaPods. (084a41497d5688c7939f94be7d48d2f2ad74fb74)
- Fix other `FLAnimatedImage` header search path. (ac00fdaa6309f03afc3bf052584a99c18726d21e)
## [4.0.4] - 2018-04-21
### Changed
- Set deprecated `ALWAYS_SEARCH_USER_PATHS` to `NO`. (e7ba4a7f789d883f4dbbe526612e70a2501d7be5)
- Remove `FLAnimatedImage` from `FastImage` project since it's already included in `SDWebImage`. Installation remains the same as before when using CocoaPods. (a2d9fe2c71693721fec56e9cfe258a373a651b71)
- Fixes a bug where an undefined source would cause a crash. (https://github.com/DylanVann/react-native-fast-image/commit/78a28cdb814db39942125ead19742695a35b7223)
## [4.0.2] - 2018-04-19
### Added
- Added `borderRadius` to `style` prop in TypeScript definitions.
### Fixed
- Fix `onLoad` not being called with dimensions on iOS. (@ligen52)
### Removed
- Remove `borderRadius` prop that was left in accidentally, including removing it from the TypeScript definitions. `borderRadius` should now be applied using `style`.
## [4.0.0] - 2018-03-18
### Added
- Support for CocoaPods. (@patrickkempff )
- Width and height information to `onLoad` event. (@jeremyclee)
### Fixed
- An issue with `onLoadEnd` not being called. (@kdong007)
-`HEADER_SEARCH_PATHS`. (@OceanHorn)
- Use `DecodeFormat.PREFER_ARGB_8888` to fix image quality issues. (@TilWs)
## [3.0.1] - 2018-03-10
### Fixed
- Adds support for using `borderRadius` from `style`.
- Callbacks not being called. https://github.com/DylanVann/react-native-fast-image/commit/d9f729915486665d9aad1f1febff5348ab3ab069
## [2.2.4] - 2018-02-13
### Changed
- Update TypeScript definitions to include `borderRadius`.
## [2.2.3] - 2018-01-31
### Added
- Typescript type definitions. https://github.com/DylanVann/react-native-fast-image/pull/116/commits/f5422f851d428c8b60ca170a682164a32ffa4bb9
## [2.1.4] - 2018-01-31
### Fixed
- Styles not being passed when using a local image. https://github.com/DylanVann/react-native-fast-image/commit/1cf545253c385b42593f4b226029cb4aaa0ed325