Skip to content

Commit

Permalink
πŸ’š
Browse files Browse the repository at this point in the history
  • Loading branch information
wcandillon committed Apr 18, 2024
1 parent ebe00e2 commit 0ee6b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/src/external/reanimated/ReanimatedProxy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const Reanimated = createModuleProxy<TReanimated>(() => {
try {
return require("react-native-worklets-core");
} catch (e) {
throw new OptionalDependencyNotInstalledError("react-native-worklets-core");
throw new OptionalDependencyNotInstalledError("react-native-reanimated");
}
});

Expand Down

0 comments on commit 0ee6b22

Please sign in to comment.