Replace mock-api with real api

This commit is contained in:
Paul Frazee 2022-09-22 19:28:25 -05:00
parent 5193a5b48e
commit aabde2b401
110 changed files with 16045 additions and 3742 deletions

View file

@ -1,9 +1,9 @@
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'},
'alice.test': {uri: '/img/alice.jpg'},
'bob.test': {uri: '/img/bob.jpg'},
'carol.test': {uri: '/img/carla.jpg'},
}
export const BANNER: ImageSourcePropType = {uri: '/img/banner.jpg'}