Closed
Description
Describe the bug
Updated to 7.2.0, and got:
node_modules/@testing-library/react-native/typings/index.d.ts:302:3 - error TS7020: Call signature, which lacks return-type annotation, implicitly has an 'any' return type.
302 (message?: string);
~~~~~~~~~~~~~~~~~~~
Found 1 error.
Expected behavior
Type checks run clean.
Steps to Reproduce
- Install latest version of testing library
npx tsc
Versions
npmPackages:
@testing-library/react-native: ^7.2.0 => 7.2.0
react: 16.13.1 => 16.13.1
react-native: 0.63.4 => 0.63.4
react-test-renderer: 16.13.1 => 16.13.1