mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-06 22:46:01 +08:00
6 lines
118 B
JavaScript
6 lines
118 B
JavaScript
/* eslint-disable import/no-commonjs */
|
|
|
|
module.exports = {
|
|
presets: ['module:metro-react-native-babel-preset'],
|
|
};
|