Revert D5887667: Adding error message including stacktrace

Differential Revision: D5887667

fbshipit-source-id: 2b3b877317bd4bfddcb5d7886c7399c669d4bbd6
This commit is contained in:
Kevin Gozali
2017-09-25 16:23:44 -07:00
committed by Facebook Github Bot
parent c5d8785fa5
commit 3649fce129
3 changed files with 1 additions and 22 deletions

View File

@@ -439,22 +439,7 @@ exports.examples = [
},
},
{
title: 'Nesting content inside <Image> component',
render: function() {
return (
<View style={{width: 60, height: 60}}>
<Image
style={{...StyleSheet.absoluteFillObject}}
source={fullImage}/>
<Text style={styles.nestedText}>
React
</Text>
</View>
);
},
},
{
title: 'Nesting content inside <ImageBackground> component',
title: 'Nesting',
render: function() {
return (
<ImageBackground