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

Expo Router Upgrade and Associated Expo Update for Start UI Native #98

Open
omar-bear opened this issue Jan 9, 2024 · 0 comments
Open

Comments

@omar-bear
Copy link
Contributor

Overview

We are currently experiencing an issue in our start-ui-native project where the login page appears twice upon disconnection. This issue is similar to the one reported in expo/router#838. The root cause seems to be linked to our current use of [email protected].

Problem Description

  • Current Behavior: On disconnection, the login page is presented twice to the user.
  • Expected Behavior: The login page should appear only once upon disconnection.

Proposed Solution

The solution appears to be an upgrade of expo-router to @2.0.4 or later, as this version includes a fix for this issue. However, this upgrade requires a complete update of Expo in our project.

Current package.json Dependencies

{
  "dependencies": {
    "expo": "48.0.19",
    "expo-router": "1.5.3",
    ...
  }
}
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

No branches or pull requests

1 participant