Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
b36d320b83
|
@ -445,11 +445,13 @@
|
|||
"${SRCROOT}/../../../ios/Pods/FirebaseRemoteConfig/Frameworks",
|
||||
"${SRCROOT}/../../../ios/Pods/FirebaseStorage/Frameworks",
|
||||
"${SRCROOT}/../../../ios/Pods/Google-Mobile-Ads-SDK/Frameworks/frameworks",
|
||||
"${SRCROOT}/../../../ios/Firebase/**",
|
||||
);
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
"$(SRCROOT)/../../react-native/React/**",
|
||||
"${SRCROOT}/../../../ios/Pods/Firebase/**",
|
||||
"${SRCROOT}/../../../ios/Firebase/**",
|
||||
);
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
|
||||
LIBRARY_SEARCH_PATHS = "$(inherited)";
|
||||
|
@ -484,11 +486,13 @@
|
|||
"${SRCROOT}/../../../ios/Pods/FirebaseRemoteConfig/Frameworks",
|
||||
"${SRCROOT}/../../../ios/Pods/FirebaseStorage/Frameworks",
|
||||
"${SRCROOT}/../../../ios/Pods/Google-Mobile-Ads-SDK/Frameworks/frameworks",
|
||||
"${SRCROOT}/../../../ios/Firebase/**",
|
||||
);
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
"$(SRCROOT)/../../react-native/React/**",
|
||||
"${SRCROOT}/../../../ios/Pods/Firebase/**",
|
||||
"${SRCROOT}/../../../ios/Firebase/**",
|
||||
);
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
|
||||
LIBRARY_SEARCH_PATHS = "$(inherited)";
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "react-native-firebase",
|
||||
"version": "3.1.0",
|
||||
"author": "Invertase <contact@invertase.io> (http://invertase.io)",
|
||||
"description": "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, Messaging (FCM), Remote Config, Storage and Performance.",
|
||||
"description": "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, Messaging (FCM), Remote Config, Storage and Performance.",
|
||||
"main": "index",
|
||||
"scripts": {
|
||||
"flow": "flow",
|
||||
|
@ -61,7 +61,8 @@
|
|||
"crash",
|
||||
"firestack",
|
||||
"performance",
|
||||
"firestore"
|
||||
"firestore",
|
||||
"dynamic-links",
|
||||
],
|
||||
"peerDependencies": {
|
||||
"react": "*",
|
||||
|
|
Loading…
Reference in New Issue