about summary refs log tree commit diff
path: root/src/view/lib/assets.ts
blob: 7d0584a418900a1c5ba31fce3bd9cea26fac0162 (plain) (blame)
1
2
3
4
5
6
7
import {ImageSourcePropType} from 'react-native'

export const AVIS: Record<string, ImageSourcePropType> = {
  'alice.com': {uri: '/img/alice.jpg'},
  'bob.com': {uri: '/img/bob.jpg'},
  'carla.com': {uri: '/img/carla.jpg'},
}