Browse Source

Removed unused assets

keplyx 4 years ago
parent
commit
d10d8a368f
3 changed files with 1 additions and 1 deletions
  1. BIN
      assets/icon.png
  2. BIN
      assets/image-missing.png
  3. 1
    1
      screens/About/AboutScreen.js

BIN
assets/icon.png View File


BIN
assets/image-missing.png View File


+ 1
- 1
screens/About/AboutScreen.js View File

202
             <Card>
202
             <Card>
203
                 <CardItem>
203
                 <CardItem>
204
                     <Left>
204
                     <Left>
205
-                        <Thumbnail square source={require('../../assets/icon.png')}/>
205
+                        <Thumbnail square source={require('../../assets/android.icon.png')}/>
206
                         <Body>
206
                         <Body>
207
                             <H1>{appJson.expo.name}</H1>
207
                             <H1>{appJson.expo.name}</H1>
208
                             <Text note>
208
                             <Text note>

Loading…
Cancel
Save