mirror of
https://github.com/callstack/react-native-testing-library.git
synced 2026-09-18 23:09:04 +08:00
c5910d94e4
<!-- Please provide enough information so that others can review your pull request. --> <!-- Keep pull requests small and focused on a single change. --> ### Summary Existential type (`*`) is long deprecated, let's just use `any` for now. ### Test plan Added some more Flow typings to `shallow.test.js` that were failing because of existential type.