trying reanimated 2

This commit is contained in:
austinried
2021-06-22 11:03:26 +09:00
parent 41d78f0d2f
commit 5e4578d8e8
7 changed files with 28 additions and 14 deletions

View File

@@ -1,3 +1,7 @@
module.exports = {
presets: ['module:metro-react-native-babel-preset'],
plugins: [
// reanimated has to be listed last in plugins
'react-native-reanimated/plugin',
],
};