UNPKG

react-native-notifications

Version:

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

18 lines (17 loc) 323 B
module.exports = { projectRoot: `${__dirname}/example`, watchFolders: [ __dirname, ], resolver: { sourceExts: ['ts', 'tsx', 'js'] }, transformer: { getTransformOptions: async () => ({ transform: { experimentalImportSupport: false, inlineRequires: false, }, }) } };