From 799e705ffd58542ad7d8468ecdcf25b7d50d3a47 Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Tue, 25 Sep 2018 19:34:49 +0000 Subject: [PATCH] Deploy website Deploy website version based on 3eb585d66bbed6b9adee0008f84b1b8f5a74a283 --- docs/image.html | 10 +++++----- docs/image/index.html | 10 +++++----- docs/next/animations.html | 2 +- docs/next/animations/index.html | 2 +- docs/next/image.html | 10 +++++----- docs/next/image/index.html | 10 +++++----- 6 files changed, 22 insertions(+), 22 deletions(-) diff --git a/docs/image.html b/docs/image.html index 71aaf98f321..eadbf7275b0 100644 --- a/docs/image.html +++ b/docs/image.html @@ -101,17 +101,17 @@ AppRegistry.registerComponent(

You will need to add some optional modules in android/app/build.gradle, depending on the needs of your app.

dependencies {
   // If your app supports Android versions before Ice Cream Sandwich (API level 14)
-  compile 'com.facebook.fresco:animated-base-support:1.9.0'
+  compile 'com.facebook.fresco:animated-base-support:1.10.0'
 
   // For animated GIF support
-  compile 'com.facebook.fresco:animated-gif:1.9.0'
+  compile 'com.facebook.fresco:animated-gif:1.10.0'
 
   // For WebP support, including animated WebP
-  compile 'com.facebook.fresco:animated-webp:1.9.0'
-  compile 'com.facebook.fresco:webpsupport:1.9.0'
+  compile 'com.facebook.fresco:animated-webp:1.10.0'
+  compile 'com.facebook.fresco:webpsupport:1.10.0'
 
   // For WebP support, without animations
-  compile 'com.facebook.fresco:webpsupport:1.9.0'
+  compile 'com.facebook.fresco:webpsupport:1.10.0'
 }
 

Props

diff --git a/docs/image/index.html b/docs/image/index.html index 71aaf98f321..eadbf7275b0 100644 --- a/docs/image/index.html +++ b/docs/image/index.html @@ -101,17 +101,17 @@ AppRegistry.registerComponent(

You will need to add some optional modules in android/app/build.gradle, depending on the needs of your app.

dependencies {
   // If your app supports Android versions before Ice Cream Sandwich (API level 14)
-  compile 'com.facebook.fresco:animated-base-support:1.9.0'
+  compile 'com.facebook.fresco:animated-base-support:1.10.0'
 
   // For animated GIF support
-  compile 'com.facebook.fresco:animated-gif:1.9.0'
+  compile 'com.facebook.fresco:animated-gif:1.10.0'
 
   // For WebP support, including animated WebP
-  compile 'com.facebook.fresco:animated-webp:1.9.0'
-  compile 'com.facebook.fresco:webpsupport:1.9.0'
+  compile 'com.facebook.fresco:animated-webp:1.10.0'
+  compile 'com.facebook.fresco:webpsupport:1.10.0'
 
   // For WebP support, without animations
-  compile 'com.facebook.fresco:webpsupport:1.9.0'
+  compile 'com.facebook.fresco:webpsupport:1.10.0'
 }
 

Props

diff --git a/docs/next/animations.html b/docs/next/animations.html index e47c74767bb..406490b2411 100644 --- a/docs/next/animations.html +++ b/docs/next/animations.html @@ -169,7 +169,7 @@ Animated.spring(a, { }], }} -

interpolate() supports multiple range segments as well, which is handy for defining dead zones and other handy tricks. For example, to get an negation relationship at -300 that goes to 0 at -100, then back up to 1 at 0, and then back down to zero at 100 followed by a dead-zone that remains at 0 for everything beyond that, you could do:

+

interpolate() supports multiple range segments as well, which is handy for defining dead zones and other handy tricks. For example, to get a negation relationship at -300 that goes to 0 at -100, then back up to 1 at 0, and then back down to zero at 100 followed by a dead-zone that remains at 0 for everything beyond that, you could do:

value.interpolate({
   inputRange: [-300, -100, 0, 100, 101],
   outputRange: [300, 0, 1, 0, 0],
diff --git a/docs/next/animations/index.html b/docs/next/animations/index.html
index e47c74767bb..406490b2411 100644
--- a/docs/next/animations/index.html
+++ b/docs/next/animations/index.html
@@ -169,7 +169,7 @@ Animated.spring(a, {
     }],
   }}
 
-

interpolate() supports multiple range segments as well, which is handy for defining dead zones and other handy tricks. For example, to get an negation relationship at -300 that goes to 0 at -100, then back up to 1 at 0, and then back down to zero at 100 followed by a dead-zone that remains at 0 for everything beyond that, you could do:

+

interpolate() supports multiple range segments as well, which is handy for defining dead zones and other handy tricks. For example, to get a negation relationship at -300 that goes to 0 at -100, then back up to 1 at 0, and then back down to zero at 100 followed by a dead-zone that remains at 0 for everything beyond that, you could do:

value.interpolate({
   inputRange: [-300, -100, 0, 100, 101],
   outputRange: [300, 0, 1, 0, 0],
diff --git a/docs/next/image.html b/docs/next/image.html
index ca33ebbd27a..6cc11371ddb 100644
--- a/docs/next/image.html
+++ b/docs/next/image.html
@@ -101,17 +101,17 @@ AppRegistry.registerComponent(
 

You will need to add some optional modules in android/app/build.gradle, depending on the needs of your app.

dependencies {
   // If your app supports Android versions before Ice Cream Sandwich (API level 14)
-  compile 'com.facebook.fresco:animated-base-support:1.9.0'
+  compile 'com.facebook.fresco:animated-base-support:1.10.0'
 
   // For animated GIF support
-  compile 'com.facebook.fresco:animated-gif:1.9.0'
+  compile 'com.facebook.fresco:animated-gif:1.10.0'
 
   // For WebP support, including animated WebP
-  compile 'com.facebook.fresco:animated-webp:1.9.0'
-  compile 'com.facebook.fresco:webpsupport:1.9.0'
+  compile 'com.facebook.fresco:animated-webp:1.10.0'
+  compile 'com.facebook.fresco:webpsupport:1.10.0'
 
   // For WebP support, without animations
-  compile 'com.facebook.fresco:webpsupport:1.9.0'
+  compile 'com.facebook.fresco:webpsupport:1.10.0'
 }
 

Props

diff --git a/docs/next/image/index.html b/docs/next/image/index.html index ca33ebbd27a..6cc11371ddb 100644 --- a/docs/next/image/index.html +++ b/docs/next/image/index.html @@ -101,17 +101,17 @@ AppRegistry.registerComponent(

You will need to add some optional modules in android/app/build.gradle, depending on the needs of your app.

dependencies {
   // If your app supports Android versions before Ice Cream Sandwich (API level 14)
-  compile 'com.facebook.fresco:animated-base-support:1.9.0'
+  compile 'com.facebook.fresco:animated-base-support:1.10.0'
 
   // For animated GIF support
-  compile 'com.facebook.fresco:animated-gif:1.9.0'
+  compile 'com.facebook.fresco:animated-gif:1.10.0'
 
   // For WebP support, including animated WebP
-  compile 'com.facebook.fresco:animated-webp:1.9.0'
-  compile 'com.facebook.fresco:webpsupport:1.9.0'
+  compile 'com.facebook.fresco:animated-webp:1.10.0'
+  compile 'com.facebook.fresco:webpsupport:1.10.0'
 
   // For WebP support, without animations
-  compile 'com.facebook.fresco:webpsupport:1.9.0'
+  compile 'com.facebook.fresco:webpsupport:1.10.0'
 }
 

Props