-
Goals
BackgroundNow that we have a really great bare-workflow, we should focus on fixing issues general issues with native development. Just from following the Linking guide in React Navigation you can see how confusing Linking can get. We do a pretty good job at managing this in the Expo client by using things like ProposalA CLI and Node API for performing common URI scheme related operations. Adding a link: npx uri-scheme add mychat Listing all of the links in your app: npx uri-scheme list Removing a link from your app: npx uri-scheme remove mychat Opening a link in your app: npx uri-scheme open mychat://oauth |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
this is awesome! nice work @EvanBacon |
Beta Was this translation helpful? Give feedback.
-
buenas tardes,desde Colombia, un favor, estoy iniciándome en la programación, estoy tratando de correr una app y me aparece el siguiente error: Opening DevTools in the browser... (press shift-d to disable) Metro Bundler process exited with code 1 alguien me puede hacer el favor de ayudarme? agradezco la atención y colaboración. |
Beta Was this translation helpful? Give feedback.
-
This is now implemented and can be used with |
Beta Was this translation helpful? Give feedback.
-
Test discussions notifications for maintainers |
Beta Was this translation helpful? Give feedback.
This is now implemented and can be used with
npx uri-scheme
#1872