diff options
author | Shravya Ramesh <shravs1208@gmail.com> | 2021-02-03 19:11:09 -0800 |
---|---|---|
committer | Shravya Ramesh <shravs1208@gmail.com> | 2021-02-03 19:11:09 -0800 |
commit | 53a858b1fc698fab339da536a162cfe67fc6993e (patch) | |
tree | a9f0863e2f6a918203dce2dea7b12517193e0bb0 /ios | |
parent | a3019b1be25db59c5c80305c8bc6769254a222cd (diff) |
removed commented line
Diffstat (limited to 'ios')
-rw-r--r-- | ios/Podfile | 1 |
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 |