about summary refs log tree commit diff
path: root/babel.config.js
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2022-07-25 18:31:42 -0500
committerPaul Frazee <pfrazee@gmail.com>2022-07-25 18:31:42 -0500
commitaf55a89758fc6d44896051b9ddd015a73b92e0f6 (patch)
tree5b9e4e226c6fc9210029325daf879cf627b0a1c2 /babel.config.js
parent3794eca88e13c3c292b0f64b1acb1169ecbeb83d (diff)
downloadvoidsky-af55a89758fc6d44896051b9ddd015a73b92e0f6.tar.zst
Add share bottom-sheet to feed and thread
Diffstat (limited to 'babel.config.js')
-rw-r--r--babel.config.js1
1 files changed, 1 insertions, 0 deletions
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
   ],
 }