UNPKG

@i14/react-native-exact-notification

Version:

A well tested, feature rich Firebase implementation for React Native, supporting iOS & Android. Individual module support for Admob, Analytics, Auth, Crash Reporting, Cloud Firestore, Database, Dynamic Links, Functions, Messaging (FCM), Remote Config, Sto

25 lines (24 loc) 372 B
module.exports = { env: { development: { presets: [ [ '@invertase/react-native-syntax', { flow: 'comment', }, ], ], }, publish: { presets: [ [ '@invertase/react-native-syntax', { flow: 'strip', }, ], ], }, }, };