This commit is contained in:
Salakar 2018-04-17 18:51:41 +01:00
parent 486c0f4f1e
commit 7f4f7286ff
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View File

@ -86,3 +86,6 @@ local.properties
**/ios/ReactNativeFirebaseDemo.xcworkspace/
dist
version.js
bridge/.nyc_output
ios.coverage.json
tests/ios/Fabric.framework/Fabric

View File

@ -33,7 +33,7 @@
"jest": {
"preset": "jest-react-native",
"setupFiles": [],
"unmockedModulePathPatterns": ["./node_modules/react", "./node_modules/react-native", "./node_modues/react-native-mock", "./node_modules/react-addons-test-utils"]
"unmockedModulePathPatterns": ["./node_modules/react", "./node_modules/react-native", "./node_modules/react-native-mock", "./node_modules/react-addons-test-utils"]
},
"license": "APACHE-2.0",
"keywords": ["react", "admob", "auth", "config", "digits", "fabric", "phone-auth", "sms", "firestore", "cloud-firestore", "datastore", "remote-config", "transactions", "react-native", "react-native-firebase", "firebase", "fcm", "apn", "gcm", "analytics", "messaging", "database", "android", "ios", "crash", "firestack", "performance", "firestore", "dynamic-links", "crashlytics"],