How to navigate to a shared screen while preserving the currently active bottom tab
Summary The issue at hand is navigating to a shared screen in a React Native app using Expo Router while preserving the currently active bottom tab. The current workaround involves creating “proxy” routes, which results in a large number of empty files and is not ideal. The goal is to find a recommended way to … Read more