From b6876c6a58546fe5f73ceed6bbac0a8480ab5ff1 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Thu, 28 May 2026 12:46:54 +0300 Subject: [PATCH] Update reanimated babel plugin --- babel.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/babel.config.js b/babel.config.js index de000b9de8..50d054931c 100644 --- a/babel.config.js +++ b/babel.config.js @@ -28,7 +28,7 @@ module.exports = function (api) { }, }, ], - 'react-native-reanimated/plugin', // NOTE: this plugin MUST be last + 'react-native-worklets/plugin', // NOTE: this plugin MUST be last ], env: { production: {