missstaff / prioritize-your-life

A mobile application for managing personal budgets and finances, built with React Native and TypeScript. Backend services are powered by Firebase and Node.js.
1 stars 0 forks source link

configure linking #28

Open missstaff opened 1 week ago

missstaff commented 1 week ago

Expo deep linking and react linking need to configured see warning below.

WARN The navigation state parsed from the URL contains routes not present in the root navigator. This usually means that the linking configuration doesn't match the navigation structure. See https://reactnavigation.org/docs/configuring-links for more details on how to specify a linking configuration. Android Bundled 175ms C:\Us

missstaff commented 1 week ago

Try testing rootlayoutnav and the reset screen after this is complete, this could be the cause of the external app link failures when introducing the previous tests and related mock ?