Front: Get Rid of external image, load local assets
This commit is contained in:
committed by
Clément Le Bihan
parent
bc13c10f1a
commit
bbc53f04de
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user