You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 30, 2020. It is now read-only.
Upon upgrading from React Native 0.62.2 to React Native 0.63.0-rc.1 (to pre-empt the upcoming release,) all of my tests broke.
What happened:
FAIL __tests__/App.test.tsx
✕ renders correctly (367 ms)
● renders correctly
TypeError: Cannot convert undefined or null to object
at assign (<anonymous>)
at node_modules/@testing-library/react-native/dist/preset/mock-modules.js:41:3
at Object.<anonymous> (node_modules/react-native/Libraries/Animated/src/AnimatedEvent.js:15:21)
at Object.<anonymous> (node_modules/react-native/Libraries/Animated/src/AnimatedImplementation.js:14:44)
The stack trace differs based on the component, but it is always Cannot convert undefined or null to object