React Native Custom Navigation Service (TypeScript)
Jul 21, 2021 · 1 min read · There are some ways to redirect to a screen in React Native. I will write one of my favorite. Create navigationService.ts and paste these: import * as React from 'react'; import {DrawerActions, NavigationContainerRef} from '@react-navigation/native';...
Join discussion