Front: Get Rid of external image, load local assets

This commit is contained in:
Arthur Jamet
2023-09-17 14:59:23 +02:00
committed by Clément Le Bihan
parent bc13c10f1a
commit bbc53f04de
24 changed files with 169 additions and 110 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ import useColorScheme from '../hooks/colorScheme';
type BigActionButtonProps = {
title: string;
subtitle: string;
image: string;
image?: string;
style?: StyleProp<ViewStyle>;
iconName?: string;
// It is not possible to recover the type, the `Icon` parameter is `any` as well.