* Add new assets * Add splashiness * Add butter icon, spread it * Cream together eggs, sugar, and vanilla * Hi, I'd like to place and order. Yeah, none pizza with left beef, plz. * test * Refine animation * tweak * tweak * tweak * Tweak * Simplify * Cleanup * Fix android logo --------- Co-authored-by: Ansh Nanda <anshnanda10@gmail.com>
4 lines
221 B
TypeScript
4 lines
221 B
TypeScript
import {ImageRequireSource} from 'react-native'
|
|
|
|
export const DEF_AVATAR: ImageRequireSource = require('../../assets/default-avatar.png')
|
|
export const CLOUD_SPLASH: ImageRequireSource = require('../../assets/splash.png')
|