mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-28 12:15:37 +08:00
Revert D5887667: Adding error message including stacktrace
Differential Revision: D5887667 fbshipit-source-id: 2b3b877317bd4bfddcb5d7886c7399c669d4bbd6
This commit is contained in:
committed by
Facebook Github Bot
parent
c5d8785fa5
commit
3649fce129
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user