diff options
author | Ivan Chen <ivan@tagg.id> | 2021-04-02 15:42:04 -0400 |
---|---|---|
committer | Ivan Chen <ivan@tagg.id> | 2021-04-02 15:42:04 -0400 |
commit | a98147d9783da605a155aac5846cdfd8389fc9d6 (patch) | |
tree | 6f52c36d1906513176af67c4c397ef8e2ae74cea /babel.config.js | |
parent | 3a3f63ee76a31d93068920508b21e9a220b8ef57 (diff) |
added stream-chat, working sample
Diffstat (limited to 'babel.config.js')
-rw-r--r-- | babel.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/babel.config.js b/babel.config.js index f842b77f..983e075d 100644 --- a/babel.config.js +++ b/babel.config.js @@ -1,3 +1,4 @@ module.exports = { presets: ['module:metro-react-native-babel-preset'], + plugins: ['react-native-reanimated/plugin'], }; |