Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: issue of navigate in MarketplaceScreen #1208

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

ChiragPansuriya-iView
Copy link
Collaborator

Fixed the issue of navigation in MarketplaceScreen

Copy link

netlify bot commented Apr 16, 2024

Deploy Preview for teritori-dapp ready!

Name Link
🔨 Latest commit 0f184e2
🔍 Latest deploy log https://app.netlify.com/sites/teritori-dapp/deploys/6621f28af457630008b0ccce
😎 Deploy Preview https://deploy-preview-1208--teritori-dapp.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Apr 16, 2024

Deploy Preview for testitori ready!

Name Link
🔨 Latest commit 0f184e2
🔍 Latest deploy log https://app.netlify.com/sites/testitori/deploys/6621f28a991255000826bc6f
😎 Deploy Preview https://deploy-preview-1208--testitori.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@@ -9,7 +9,7 @@ import {
} from "react-native";

interface OmniLinkToType {
screen: string | never;
screen: string | never | undefined;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I feel this will bring problems.
It can also be

screen?

@ChiragPansuriya-iView ChiragPansuriya-iView force-pushed the 1205-marketplacescreen-navigation-is-not-work-when-target-is-undefined-in-mobile-view branch from d5e44f2 to 4822db5 Compare April 18, 2024 13:09
@ChiragPansuriya-iView ChiragPansuriya-iView force-pushed the 1205-marketplacescreen-navigation-is-not-work-when-target-is-undefined-in-mobile-view branch from 4822db5 to 0f184e2 Compare April 19, 2024 04:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MarketplaceScreen : navigation is not work when target is undefined in mobile View
2 participants