diff options
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 |