Relative Content

Tag Archive for react-nativereact-navigation

Using React Navigate without a navigator

For context, my main App.tsx hosts a tab navigator which can route to the ‘Groups’ component, part of which is shown in the code block. I am attempting to navigate to a component that should be available from anywhere, ‘Settings’, via navigation.navigate.