mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Use image references consistently in UIExplorer
Reviewed By: davidaurelio Differential Revision: D3728780 fbshipit-source-id: 4da6a0417eea1ccd0ec0d25574959661f05decb1
This commit is contained in:
committed by
Facebook Github Bot 4
parent
f2f27d6254
commit
fba96ab990
@@ -596,7 +596,7 @@ exports.examples = [
|
||||
render: function() {
|
||||
return (
|
||||
<Image
|
||||
source={require('image!hawk')}
|
||||
source={require('image!LegacyImage')}
|
||||
style={styles.base}
|
||||
/>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user