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(
number - Opaque type returned by something like require('./image.jpg').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.
+
onPartialLoadInvoked 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(number - Opaque type returned by something like require('./image.jpg').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.
+
onPartialLoadInvoked 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.