Moved images from app to static/images (#164)

This commit is contained in:
Saket Kumar 2017-12-27 20:57:32 +05:30 committed by Guilherme Gazzo
parent b9ca7abb52
commit d4e971f098
4 changed files with 6 additions and 1 deletions

View File

@ -66,7 +66,7 @@ export default class Video extends React.PureComponent {
onPress={() => this.open()} onPress={() => this.open()}
> >
<Image <Image
source={require('../../images/logo.png')} source={require('../../../static/images/logo.png')}
style={styles.image} style={styles.image}
/> />
<Markdown msg={description} /> <Markdown msg={description} />

5
package-lock.json generated
View File

@ -229,6 +229,11 @@
} }
} }
}, },
"@storybook/addons": {
"version": "3.2.19",
"resolved": "https://registry.npmjs.org/@storybook/addons/-/addons-3.2.19.tgz",
"integrity": "sha512-HIJA+xlAZboKECTKaqLvrZZrvb0SVUKvGasxAd43mlS1+Un6sXXTs+f/5dI+fwUaBsCLalaTOJ1vQy3NoC5xoQ=="
},
"@storybook/mantra-core": { "@storybook/mantra-core": {
"version": "1.7.2", "version": "1.7.2",
"resolved": "https://registry.npmjs.org/@storybook/mantra-core/-/mantra-core-1.7.2.tgz", "resolved": "https://registry.npmjs.org/@storybook/mantra-core/-/mantra-core-1.7.2.tgz",

View File

Before

Width:  |  Height:  |  Size: 55 KiB

After

Width:  |  Height:  |  Size: 55 KiB

View File

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 27 KiB