ÖÖzerinozer.dev·Jul 21, 2021 · 1 min readReact Native Custom Navigation Service (TypeScript)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';...00