UNPKG

@react-native-firebase/perf

Version:

React Native Firebase - React Native Firebase provides native integration with Performance Monitoring to gain insight into key performance characteristics within your React Native application.

9 lines (8 loc) 449 B
<?xml version="1.0" encoding="utf-8"?> <manifest package="io.invertase.firebase.perf" xmlns:android="http://schemas.android.com/apk/res/android"> <application> <meta-data android:name="firebase_performance_collection_enabled" android:value="${firebaseJsonAutoCollectionEnabled}" /> <meta-data android:name="firebase_performance_collection_deactivated" android:value="${firebaseJsonCollectionDeactivated}" /> </application> </manifest>