From af55a89758fc6d44896051b9ddd015a73b92e0f6 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Mon, 25 Jul 2022 18:31:42 -0500 Subject: Add share bottom-sheet to feed and thread --- babel.config.js | 1 + 1 file changed, 1 insertion(+) (limited to 'babel.config.js') diff --git a/babel.config.js b/babel.config.js index e11e3a9df..c21f570c3 100644 --- a/babel.config.js +++ b/babel.config.js @@ -14,5 +14,6 @@ module.exports = { verbose: false, }, ], + 'react-native-reanimated/plugin', // NOTE: this plugin MUST be last ], } -- cgit 1.4.1