mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-10 09:13:43 +08:00
8 lines
175 B
JavaScript
8 lines
175 B
JavaScript
// eslint-disable-next-line import/no-commonjs
|
|
module.exports = function(api) {
|
|
api.cache(true);
|
|
return {
|
|
presets: ['module:metro-react-native-babel-preset'],
|
|
};
|
|
};
|