257 Commits

Author SHA1 Message Date
Dylan Vann
98520137b4 Optimize scroll gif. 2018-05-04 00:24:16 -04:00
Dylan Vann
1cbc838e33
Merge pull request #101 from btegenbosch/hotfix/use-okhttpclient-provider
Use OkHttpClientProvider to allow extending preconfigured clients.
2018-05-03 12:17:55 -04:00
Dylan Vann
b2a7207a3c
Update README.md 2018-05-03 00:41:20 -04:00
Dylan Vann
d8082548d8
Update README.md 2018-05-03 00:31:53 -04:00
Dylan Vann
4912305572 Update example gifs. 2018-05-03 00:30:25 -04:00
Dylan Vann
b384002528 Fix status bar in example. 2018-05-03 00:20:59 -04:00
Dylan Vann
0a7d771e8f Setup signing for example. 2018-05-02 23:27:53 -04:00
Dylan Vann
943e3b1011 4.0.8 v4.0.8 2018-05-01 10:17:10 -04:00
Dylan Vann
236ca3e69e Handle content urls. 2018-05-01 10:17:10 -04:00
Dylan Vann
c2de0a771b 4.0.7 v4.0.7 2018-05-01 10:17:10 -04:00
Dylan Vann
3fb8bb9030
Update README.md 2018-04-26 22:59:11 -04:00
Dylan Vann
f31e8d6a3e
Add note about Proguard. 2018-04-26 22:58:05 -04:00
Dylan Vann
d2b5457bae Change back to usage. 2018-04-25 03:09:10 -04:00
Dylan Vann
35cc0dd43c Improve iOS linking instructions. 2018-04-25 03:07:13 -04:00
Dylan Vann
2f014d2bcd Move documentation on other linking methods into docs. 2018-04-25 03:05:16 -04:00
Dylan Vann
e2597c3a2e Merge branch 'master' of github.com:DylanVann/react-native-fast-image 2018-04-25 03:03:20 -04:00
Dylan Vann
4f96129a7c
Merge pull request #179 from Meandmybadself/master
Adding instructions to manually link.
2018-04-25 03:03:07 -04:00
Dylan Vann
a4c4848ff4 Format and refactor capturing ref. 2018-04-25 02:55:56 -04:00
Dylan Vann
30c2d966e4
Merge pull request #186 from kphungry/master
Fix Animation bug.
2018-04-25 02:19:04 -04:00
Dylan Vann
be1564fe54 Invert if to reduce nesting. 2018-04-24 22:57:26 -04:00
Dylan Vann
599abfafaa
Merge pull request #172 from Kouznetsov/master
Added null check on  getCurrentActivity()'s return value.
2018-04-24 22:54:57 -04:00
Dylan Vann
c9b3aaef9c
Merge pull request #192 from rayronvictor/master
Using SDK Version variables from root project.
2018-04-24 22:48:24 -04:00
Dylan Vann
d6a5cb0347 Update examples. 2018-04-24 22:41:10 -04:00
Dylan Vann
232a7680df 4.0.6 v4.0.6 2018-04-24 21:37:36 -04:00
Dylan Vann
ac00fdaa63 Fix other FLAnimatedImage header path. 2018-04-24 21:37:05 -04:00
Dylan Vann
af43cb120d 4.0.5 v4.0.5 2018-04-24 20:25:50 -04:00
Dylan Vann
084a41497d Use conditional import. 2018-04-24 20:25:22 -04:00
Rayron Victor
bbdfd33aaf Using SDK Version variables from root project
Instead of assuming the `compileSdkVersion`, `targetSdkVersion`, etc, read it from the root project.
Default `compileSdkVersion` and `targetSdkVersion` to the latest versions.

Android Target API Level 26 will be required in August 2018.
https://android-developers.googleblog.com/2017/12/improving-app-security-and-performance.html
And the React Native team is already working on this:
facebook/react-native#17741
facebook/react-native#18095
2018-04-24 14:56:37 -03:00
Dylan Vann
e891ca9c3b
Update README.md 2018-04-22 13:49:43 -04:00
Dylan Vann
d71843d79d Words. 2018-04-22 12:15:00 -04:00
Dylan Vann
d3e3a99211 Add troubleshooting doc. 2018-04-22 12:12:01 -04:00
Dylan Vann
b959edb61b 4.0.4 v4.0.4 2018-04-21 20:54:12 -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
1e053e062a Update package to avoid conflict. 2018-04-21 19:30:45 -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
d1724d416f 4.0.3 v4.0.3 2018-04-20 14:03:47 -04:00
Dylan Vann
78a28cdb81 Fix test for using local image. 2018-04-20 14:03:37 -04:00
周文杰
cf83d0f7f3 Fix bugs when use Fastimage in 'Animated.createAnimatedComponent' 2018-04-19 16:10:07 +08:00
Dylan Vann
d87e693cbf 4.0.2 v4.0.2 2018-04-19 02:16:41 -04:00
Dylan Vann
3bbd33209c Remove unused borderRadius prop. 2018-04-19 02:16:32 -04:00
Dylan Vann
440e742216 Add border radius to TypeScript definitions. 2018-04-19 02:15:22 -04:00
Dylan Vann
494ce7d735 4.0.1 v4.0.1 2018-04-19 02:11:28 -04:00
Dylan Vann
c786be22a5 Refactor onLoad event. 2018-04-19 01:54:32 -04:00
Dylan Vann
da7dfa062c Reverse changes to readme. 2018-04-19 01:51:51 -04:00
Dylan Vann
3e182dfbac
Merge pull request #182 from ligen52/master
fix bug :https://github.com/DylanVann/react-native-fast-image/issues/181
2018-04-19 01:51:10 -04:00
Dylan Vann
a3e51d3d15
Merge branch 'master' into master 2018-04-19 01:50:48 -04:00
Dylan Vann
8d529a2c25 Refactor check for local image. 2018-04-19 01:50:08 -04:00
Dylan Vann
0aac5fa711 Merge branch 'master' of github.com:DylanVann/react-native-fast-image 2018-04-19 01:44:17 -04:00
minggong
77578bf7d3 MG: Release to v1.0.0 2018-04-19 13:40:57 +08:00