react-native-notifications
Version:
Advanced Push Notifications (Silent, interactive notifications) for iOS & Android
19 lines (18 loc) • 405 B
JavaScript
module.exports = {
projectRoot: `${__dirname}/example`,
watchFolders: [
__dirname,
],
resolver: {
sourceExts: ['ts', 'tsx', 'js']
},
transformer: {
babelTransformerPath: require.resolve('react-native-typescript-transformer'),
getTransformOptions: async () => ({
transform: {
experimentalImportSupport: false,
inlineRequires: false,
},
})
}
};