Guest User

Untitled

a guest
Aug 1st, 2018
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. ├── button.js
  2. └── img
  3. ├── check@2x.png
  4. └── check@3x.png
  5.  
  6. <Image source={require('./img/check.png')} />
  7.  
  8. ├── button.js
  9. └── img
  10. ├── check@mdpi.png
  11. └── check@hdpi.png
  12. └── check@xhdpi.png
  13. └── check@xxhdpi.png
Add Comment
Please, Sign In to add comment