diff options
author | Shravya Ramesh <shravs1208@gmail.com> | 2021-02-03 10:50:46 -0800 |
---|---|---|
committer | Shravya Ramesh <shravs1208@gmail.com> | 2021-02-03 10:50:46 -0800 |
commit | c4de05cff65c1b81c135aeee6c8fe2ed6420ba5d (patch) | |
tree | e34880edaac6d3359dfaacf9a98a8d018dfe20af | |
parent | 4ec594d00b897ac9882a65a60f0523bbe5dbcb0f (diff) |
Added package, configution
-rw-r--r-- | ios/Frontend/Info.plist | 2 | ||||
-rw-r--r-- | ios/Podfile | 1 | ||||
-rw-r--r-- | package.json | 1 |
3 files changed, 4 insertions, 0 deletions
diff --git a/ios/Frontend/Info.plist b/ios/Frontend/Info.plist index 0f036f56..fbfcc441 100644 --- a/ios/Frontend/Info.plist +++ b/ios/Frontend/Info.plist @@ -2,6 +2,8 @@ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> + <key>NSContactsUsageDescription</key> + <string>Connect your contacts to tagg to help quickly get in touch with your friends, and invite them to the application</string> <key>CFBundleDevelopmentRegion</key> <string>en</string> <key>CFBundleDisplayName</key> diff --git a/ios/Podfile b/ios/Podfile index 64383591..0d33de2d 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -6,6 +6,7 @@ platform :ios, '10.0' target 'Frontend' do config = use_native_modules! use_react_native!(:path => config["reactNativePath"]) + # pod 'react-native-contacts', :path => '../node_modules/react-native-contacts' target 'FrontendTests' do inherit! :complete diff --git a/package.json b/package.json index a40111a0..0451e743 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,7 @@ "react-native": "0.63.3", "react-native-animatable": "^1.3.3", "react-native-confirmation-code-field": "^6.5.0", + "react-native-contacts": "^6.0.4", "react-native-date-picker": "^3.2.5", "react-native-device-info": "^7.3.1", "react-native-elements": "^2.3.2", |