## Describe the bug When using `toBeOnTheScreen` matcher from jest-native, we get an error because we use `screen.container` which has been removed from v12. <!-- Describe your issue in detail. Include screenshots if needed. If this is a regression, let us know. --> ## Expected behavior It should not throw <!-- A clear and concise description of what you expected to happen. --> ## Steps to Reproduce Any test using `toBeOnTheScreen` matcher will fail <!-- Let us know how to reproduce the issue. Include a code sample or share a project that reproduces the issue. Please follow the guidelines for providing a minimal example: https://stackoverflow.com/help/mcve. --> ## Versions v12.0.rc.0 <!-- run following command in terminal of your root project and paste the result down `npx envinfo --npmPackages react,react-native,react-test-renderer,@testing-library/react-native` -->