mirror of
https://github.com/zhigang1992/react-navigation-scrollable-modal.git
synced 2026-01-12 22:51:19 +08:00
8 lines
156 B
JavaScript
8 lines
156 B
JavaScript
module.exports = function(api) {
|
|
api.cache(true);
|
|
return {
|
|
presets: ['babel-preset-expo'],
|
|
plugins: ['react-native-reanimated/plugin'],
|
|
};
|
|
};
|