Moved images from app to static/images (#164)
This commit is contained in:
parent
b9ca7abb52
commit
d4e971f098
|
@ -66,7 +66,7 @@ export default class Video extends React.PureComponent {
|
|||
onPress={() => this.open()}
|
||||
>
|
||||
<Image
|
||||
source={require('../../images/logo.png')}
|
||||
source={require('../../../static/images/logo.png')}
|
||||
style={styles.image}
|
||||
/>
|
||||
<Markdown msg={description} />
|
||||
|
|
|
@ -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": {
|
||||
"version": "1.7.2",
|
||||
"resolved": "https://registry.npmjs.org/@storybook/mantra-core/-/mantra-core-1.7.2.tgz",
|
||||
|
|
Before Width: | Height: | Size: 55 KiB After Width: | Height: | Size: 55 KiB |
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 27 KiB |
Loading…
Reference in New Issue