diff --git a/docs/next/image.html b/docs/next/image.html index 00329036fa5..36a17856241 100644 --- a/docs/next/image.html +++ b/docs/next/image.html @@ -362,7 +362,6 @@ AppRegistry.registerComponent( object, numberNoiOS ------------------------------- numberNoAndroid @@ -376,7 +375,9 @@ AppRegistry.registerComponent( -

Android: It works only on release builds, don't worry if it shows nothing on DEBUG builds

+
+

Note: On Android, the default source prop is ignored on debug builds.

+

onPartialLoad

Invoked when a partial load of the image is complete. The definition of what constitutes a "partial load" is loader specific though this is meant for progressive JPEG loads.

diff --git a/docs/next/image/index.html b/docs/next/image/index.html index 00329036fa5..36a17856241 100644 --- a/docs/next/image/index.html +++ b/docs/next/image/index.html @@ -362,7 +362,6 @@ AppRegistry.registerComponent( object, numberNoiOS ------------------------------- numberNoAndroid @@ -376,7 +375,9 @@ AppRegistry.registerComponent( -

Android: It works only on release builds, don't worry if it shows nothing on DEBUG builds

+
+

Note: On Android, the default source prop is ignored on debug builds.

+

onPartialLoad

Invoked when a partial load of the image is complete. The definition of what constitutes a "partial load" is loader specific though this is meant for progressive JPEG loads.