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

Add URLQuery parameters to test deep linking #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mattlisiv
Copy link

An item I was looking to test with Expo and Detox was the deep linking by receiving a set of URL parameters when initially opening the application. Not sure if it is helpful for anyone else, but I created a version where a parameter can be passed into the reloadApp() function to simulate the url creation.

For instance, if I wanted to simulate the user clicking on myapp://+?id=1000, I can now pass in the following:

let params = {
        urlQueryString: {
            id:"1000"
        }
    };
await reloadApp(params);

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.

1 participant