Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to expo 52 - beta #974

Closed
wants to merge 22 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix reanimated in jest setup
sieu-db committed Dec 4, 2024
commit 7541e01fb6c2cd9c6995b17b4dd5088c75b9d00e
3 changes: 1 addition & 2 deletions packages/core/jest-setup.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import "@shopify/flash-list/jestSetup";
import { setUpTests as setupReaanimatedTests } from "react-native-reanimated/src/reanimated2/jestUtils";
setupReaanimatedTests();
require("react-native-reanimated").setUpTests();

// Fixes reanimated jest bug: https://github.com/software-mansion/react-native-reanimated/issues/3125
global.ReanimatedDataMock = {