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