subtracks/babel.config.js
austinried 4152ff6cfb Revert "switched to navigation-react-native"
This reverts commit a8d0211ab7739b71fc5e32206ff3e85dbf7f051c.
2021-06-25 09:23:19 +09:00

8 lines
184 B
JavaScript

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