You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
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
DependenciesThe text was updated successfully, but these errors were encountered: