I'm trying to test the value of the header when using React Navigation with a NativeStack
but when I try to do something like
const title = queryByText('Title');
expect(title).toBeTruthy();
The value returned is null
.
I'm trying to test the value of the header when using React Navigation with a NativeStack
but when I try to do something like
const title = queryByText('Title');
expect(title).toBeTruthy();
The value returned is null
.