mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Cleanup before image! codemod
Reviewed By: fkgozali Differential Revision: D4196297 fbshipit-source-id: 5c32646dfe858f34c185a917e7d081a60777f242
This commit is contained in:
committed by
Facebook Github Bot
parent
3aa25f7917
commit
cab88104a3
@@ -612,7 +612,7 @@ exports.examples = [
|
||||
render: function() {
|
||||
return (
|
||||
<Image
|
||||
source={require('image!legacy_image')}
|
||||
source={{uri: 'legacy_image', width: 120, height: 120}}
|
||||
/>
|
||||
);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user