UNPKG

react-native-notifications

Version:

Advanced Push Notifications (Silent, interactive notifications) for iOS & Android

13 lines (12 loc) 275 B
module.exports = function (api) { api && api.cache(false); return { presets: [ 'module:metro-react-native-babel-preset' ], plugins: [ '@babel/plugin-proposal-export-namespace-from', '@babel/plugin-proposal-export-default-from' ] }; };