mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-29 04:35:43 +08:00
[both] re-enabled analytics, admob, crash & perf modules
This commit is contained in:
@@ -4,7 +4,7 @@ import ModuleBase from '../../utils/ModuleBase';
|
||||
|
||||
export default class PerformanceMonitoring extends ModuleBase {
|
||||
constructor(firebaseApp: Object, options: Object = {}) {
|
||||
super(firebaseApp, options, 'Perf');
|
||||
super(firebaseApp, options, 'Performance');
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user