React 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';...
ozer.dev1 min read