chore: configure reanimated 2

This commit is contained in:
Satyajit Sahoo
2021-04-04 06:52:31 +02:00
parent 1149e718c1
commit ef7370b215
3 changed files with 12 additions and 3 deletions

View File

@@ -2,5 +2,6 @@ module.exports = function (api) {
api.cache(true);
return {
presets: ['babel-preset-expo'],
plugins: ['react-native-reanimated/plugin'],
};
};