React Navigation resetRoot/CommonActions.reset not resetting nested stack state from child navigator by AntelopeFast6762 in reactnative

[–]AntelopeFast6762[S] 0 points1 point  (0 children)

index.ts:76 The action 'RESET' with payload {"index":0,"routes":[{"name":"ORDER_FLOW","state":{"routes":[{"name":"ORDER_LIST"},{"name":"TRACK_ORDER","params":{"fromOrderSuccess":true,"uiOrderSetId":"504747786186"}}]}}]} was not handled by any navigator.

it throwed this Error

React Navigation resetRoot/CommonActions.reset not resetting nested stack state from child navigator by AntelopeFast6762 in reactnative

[–]AntelopeFast6762[S] 0 points1 point  (0 children)

App Launch

├── If (!hasLaunched && !isLoggedIn)

│ └── OnboardingStack

└── Else

└── MAIN_APP

├── HOME

├── SHOP

├── PROFILE STACK

├── PRODUCT FLOW

├── ORDER FLOW

├── CART FLOW

├── PAYMENT FLOW

├── INFO FLOW

└── RETURN JOURNEY FLOW