React Navigation v5: Reset Stack Inside Tab After Leaving Tab
Originally published at reactnativeschool.com
Problem: You have a stack navigator inside a tab and, when going to a different tab, you want to reset the stack navigator inside the tab you just left.
Example
import * as React from 'react';
import { V...
spencercarli.hashnode.dev4 min read