misc
This commit is contained in:
parent
486c0f4f1e
commit
7f4f7286ff
|
@ -86,3 +86,6 @@ local.properties
|
|||
**/ios/ReactNativeFirebaseDemo.xcworkspace/
|
||||
dist
|
||||
version.js
|
||||
bridge/.nyc_output
|
||||
ios.coverage.json
|
||||
tests/ios/Fabric.framework/Fabric
|
||||
|
|
|
@ -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"],
|
||||
|
|
Loading…
Reference in New Issue