Skip to content

Commit

Permalink
Merge branch 'main' into feat/NFT-details-new-design
Browse files Browse the repository at this point in the history
  • Loading branch information
sahar-fehri authored Jul 30, 2024
2 parents a56d65f + 2ab401c commit 63719f9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions app/components/Nav/App/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -398,8 +398,10 @@ const App = ({ userLoggedIn }) => {
SharedDeeplinkManager.init({
navigation: {
navigate: (routeName, opts) => {
const params = { name: routeName, params: opts };
navigator.dispatch?.(CommonActions.navigate(params));
if (navigator) {
const params = { name: routeName, params: opts };
navigator.dispatch?.(CommonActions.navigate(params));
}
},
},
dispatch,
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17846,9 +17846,9 @@ fast-url-parser@1.1.3:
punycode "^1.3.2"

fast-xml-parser@^4.0.12, fast-xml-parser@^4.3.4:
version "4.3.5"
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.3.5.tgz#e2f2a2ae8377e9c3dc321b151e58f420ca7e5ccc"
integrity sha512-sWvP1Pl8H03B8oFJpFR3HE31HUfwtX7Rlf9BNsvdpujD4n7WMhfmu8h9wOV2u+c1k0ZilTADhPqypzx2J690ZQ==
version "4.4.1"
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.4.1.tgz#86dbf3f18edf8739326447bcaac31b4ae7f6514f"
integrity sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw==
dependencies:
strnum "^1.0.5"

Expand Down

0 comments on commit 63719f9

Please sign in to comment.