0

I have an Expo App (the last expo which uses React 18) that I want to run some testing on

But when trying to install React Native Testing Library, I get this error:

enter image description here

I wonder if this error means that it is incompatible with React 18

What do you suggest me to do?

Thanks in advance

Rafael

Rafael
  • 2,413
  • 4
  • 32
  • 54

1 Answers1

0

I solved the problem by using:

npm install --save-dev @testing-library/react-native --legacy-peer-deps

Rafael
  • 2,413
  • 4
  • 32
  • 54