Zio Blue: fix logo not working
This commit is contained in:
parent
91cd2a308d
commit
d4fb3c105e
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ export const Logo = React.forwardRef(function LogoImpl(props: Props, ref) {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Image
|
<Image
|
||||||
source='../../../assets/zio.png'
|
source={require('../../../assets/zio.png')}
|
||||||
accessibilityLabel="Zio Blue"
|
accessibilityLabel="Zio Blue"
|
||||||
accessibilityHint=""
|
accessibilityHint=""
|
||||||
accessibilityIgnoresInvertColors
|
accessibilityIgnoresInvertColors
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue