feat: fixes and formatter
This commit is contained in:
+5
-8
@@ -1,10 +1,7 @@
|
||||
module.exports = function (api) {
|
||||
api.cache(true);
|
||||
api.cache(true)
|
||||
return {
|
||||
presets: ["babel-preset-expo"],
|
||||
plugins: [
|
||||
"@babel/plugin-proposal-export-namespace-from",
|
||||
"react-native-reanimated/plugin",
|
||||
],
|
||||
};
|
||||
};
|
||||
presets: ['babel-preset-expo'],
|
||||
plugins: ['@babel/plugin-proposal-export-namespace-from', 'react-native-reanimated/plugin'],
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user