diff --git a/releases/next/docs/image.html b/releases/next/docs/image.html index 8927280ba4d..d8faf3520af 100644 --- a/releases/next/docs/image.html +++ b/releases/next/docs/image.html @@ -662,6 +662,20 @@ exports.examples }, platform: 'android', }, + { + title: 'Legacy local image', + description: + 'Images shipped with the native bundle, but not managed ' + + 'by the JS packager', + render: function() { + return ( + <Image + source={require('image!hawk')} + style={styles.base} + /> + ); + }, + }, ]; var fullImage = {uri: 'http://facebook.github.io/react/img/logo_og.png'};