When I try to call twice the second one is ignored like this ``` useNavigationComponentDidAppear(() => { console.log('test'); setIsScreen(true); }); useNavigationComponentDidAppear(() => { console.log('test 2'); }); ```
When I try to call twice the second one is ignored like this