Commit Graph

15 Commits

Author SHA1 Message Date
Dylan Vann 5489f9ec4b
feat: Upgrade to React Native 0.60.0 / CocoaPods / Android X. (#513)
BREAKING CHANGE: You should upgrade React Native. See https://facebook.github.io/react-native/blog/2019/07/03/version-60
2019-07-04 23:49:38 -04:00
jordi domenech 6805972159 feat: Add tvOS target. (#486) 2019-06-30 01:41:33 -04:00
DreamPiggy 8a216e2079 feat: Upgrade to SDWebImage 5.0. (#454)
This uses SDAnimatedImageView instead of FLAnimatedImageView for better animation support.

BREAKING CHANGE: Upgrade SDWebImage, may affect some projects and CocoaPods users.

Fix the bug of `cacheOnly` behavior

fix #447
2019-05-07 22:06:53 -04:00
Dylan Vann 6c6526e4e7 Don't use SYMROOT and BUILT_PRODUCTS_DIR in HEADER_SEARCH_PATHS.
These are not necesary and can lead to less deterministic builds.
2018-05-09 22:12:24 -04:00
Dylan Vann ac00fdaa63 Fix other FLAnimatedImage header path. 2018-04-24 21:37:05 -04:00
Dylan Vann a2d9fe2c71 Remove FLAnimatedImage from FastImage project. 2018-04-21 19:51:15 -04:00
Dylan Vann 883dc0664d Fix FLAnimatedImage header search path. 2018-04-21 19:50:57 -04:00
Dylan Vann e7ba4a7f78 Set ALWAYS_SEARCH_USER_PATHS to NO.
This option is now deprecated.
2018-04-21 19:19:01 -04:00
Dylan Vann 8e7ae60284 Setup cocoapods example. 2018-03-17 23:25:49 -04: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
Dylan Vann 5a93fee689 Update React Native and add gif support to iOS. 2017-05-04 02:45:28 -04:00
Dylan Vann 77cd58a272 Fix Xcode project. 2017-04-28 11:13:56 -04:00
Dylan Vann 6411ccf7da Add header search paths to library project. 2017-04-28 10:51:38 -04:00
Dylan Vann 494b8db09c Move Libraries to Vendor. 2017-04-28 10:47:30 -04:00
Dylan Vann 1ee6d37bd4 🚩 Initial commit. 2017-04-17 18:42:16 -04:00