Skip to content

Commit

Permalink
fix: deep link
Browse files Browse the repository at this point in the history
  • Loading branch information
ankit-tailor committed Jun 5, 2024
1 parent 672db80 commit 0b437a8
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,13 @@ function Responsiveness({
display: 'none',
},
}}
onPress={checkPlatform}
onPress={() => {
checkPlatform({
android: updateIds?.android,
ios: updateIds?.ios,
uri: iframeUri,
});
}}
>
<NextImage
src="/icon/expo-icon.svg"
Expand Down

0 comments on commit 0b437a8

Please sign in to comment.