fln-espranza 0.0.10 → 0.0.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -12,7 +12,7 @@ interface IProps{
|
|
|
12
12
|
export default function EEmptyPlaceholder( { text }: IProps) {
|
|
13
13
|
return (
|
|
14
14
|
<View style={tw`w-full h-full flex justify-center items-center`}>
|
|
15
|
-
<ImageBackground source={require("
|
|
15
|
+
<ImageBackground source={require("../assets/images/empty.png")} style={{width: 200, height: 200}} />
|
|
16
16
|
<EText size="lg" style={tw`text-center text-gray-500 mt-5`}>
|
|
17
17
|
{text}
|
|
18
18
|
</EText>
|