All Questions
Tagged with react-native-testing-library android
2 questions
1
vote
0
answers
1k
views
Error in render testing react native when require image
I'm doing render testing of a login screen that returns an error when an image is on the screen and I don't know what to solve
test code
it('render screen Login ', () => {render(<Login />);});...
2
votes
1
answer
2k
views
typeError: cannot read properties of null (reading 'props'). react native testing library
I wanted to test if i click the button, it would navigate to login screen with react native testing library but i am unable to do it. the error was typeError: cannot read properties of null (reading '...