mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-09 22:51:57 +08:00
9 lines
148 B
JavaScript
9 lines
148 B
JavaScript
/* eslint-disable import/no-commonjs */
|
|
|
|
module.exports = function(api) {
|
|
api.cache(true);
|
|
return {
|
|
presets: ['babel-preset-expo'],
|
|
};
|
|
};
|