Test perf effect of reverting D3269333

Reviewed By: javache

Differential Revision: D3346235

fbshipit-source-id: 2008f8fb9df5d61da59bb0067b25acd5a71f256f
This commit is contained in:
Nick Lockwood
2016-05-27 09:49:15 -07:00
committed by Facebook Github Bot 8
parent 60e0d2c676
commit a4b5f1bf10
16 changed files with 225 additions and 202 deletions

View File

@@ -422,13 +422,12 @@ exports.examples = [
);
},
}, {
title: 'Inline views',
title: 'Inline images',
render: function() {
return (
<View>
<Text>
This text contains an inline blue view <View style={{width: 25, height: 25, backgroundColor: 'steelblue'}} /> and
an inline image <Image source={require('./flux.png')} style={{width: 30, height: 11, resizeMode: 'cover'}}/>. Neat, huh?
This text contains an inline image <Image source={require('./flux.png')} style={{width: 30, height: 11, resizeMode: 'cover'}}/>. Neat, huh?
</Text>
</View>
);