UNPKG

react-native-notifications

Version:

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

15 lines (14 loc) 268 B
module.exports = { projectRoot: `${__dirname}/example`, watchFolders: [ __dirname, ], transformer: { getTransformOptions: async () => ({ transform: { experimentalImportSupport: false, inlineRequires: false, }, }) } };