aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShravya Ramesh <shravs1208@gmail.com>2021-02-03 19:11:09 -0800
committerShravya Ramesh <shravs1208@gmail.com>2021-02-03 19:11:09 -0800
commit53a858b1fc698fab339da536a162cfe67fc6993e (patch)
treea9f0863e2f6a918203dce2dea7b12517193e0bb0
parenta3019b1be25db59c5c80305c8bc6769254a222cd (diff)
removed commented line
-rw-r--r--ios/Podfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/ios/Podfile b/ios/Podfile
index 0d33de2d..64383591 100644
--- a/ios/Podfile
+++ b/ios/Podfile
@@ -6,7 +6,6 @@ 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