* 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>
6 lines
277 B
TypeScript
6 lines
277 B
TypeScript
import {ImageRequireSource} from 'react-native'
|
|
|
|
// @ts-ignore we need to pretend -prf
|
|
export const DEF_AVATAR: ImageRequireSource = {uri: '/img/default-avatar.png'}
|
|
// @ts-ignore we need to pretend -prf
|
|
export const CLOUD_SPLASH: ImageRequireSource = {uri: '/img/splash.png'}
|