mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-01-12 17:43:08 +08:00
10 lines
170 B
JavaScript
10 lines
170 B
JavaScript
/* eslint-disable import/no-commonjs */
|
|
/* eslint-env node */
|
|
|
|
module.exports = function(api) {
|
|
api.cache(true);
|
|
return {
|
|
presets: ['babel-preset-expo'],
|
|
};
|
|
};
|