NTP-8231 | RN Error Screen (#13193)
This commit is contained in:
@@ -40,7 +40,10 @@ export const StaticHeader = ({
|
||||
}}
|
||||
activeOpacity={1}
|
||||
>
|
||||
{AppImage(leftIcon || ImageName.CROSS, styles.leftImageStyle)}
|
||||
<AppImage
|
||||
imageCode={leftIcon || ImageName.CROSS}
|
||||
style={styles.leftImageStyle}
|
||||
/>
|
||||
</TouchableOpacity>
|
||||
)}
|
||||
{!!rightIconCta && (
|
||||
@@ -50,7 +53,10 @@ export const StaticHeader = ({
|
||||
}}
|
||||
activeOpacity={1}
|
||||
>
|
||||
{AppImage(rightIcon || ImageName.HELP, styles.rightImageStyle)}
|
||||
<AppImage
|
||||
imageCode={rightIcon || ImageName.HELP}
|
||||
style={styles.rightImageStyle}
|
||||
/>
|
||||
</TouchableOpacity>
|
||||
)}
|
||||
</View>
|
||||
|
||||
Reference in New Issue
Block a user