Files
react-navigation/packages/animated-switch/example/babel.config.js
Satyajit Sahoo 3e5085ee46 feat: upgrade project and add example
BREAKING CHANGE: Migrate to React Navigation 4.x
2019-12-12 15:55:00 +01:00

14 lines
206 B
JavaScript

module.exports = {
presets: ['expo'],
plugins: [
[
'module-resolver',
{
alias: {
'react-navigation-animated-switch': '../src/index',
},
},
],
],
};