diff options
Diffstat (limited to 'ios/Podfile')
| -rw-r--r-- | ios/Podfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ios/Podfile b/ios/Podfile index 4eca4100..58c388c2 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -5,6 +5,7 @@ platform :ios, '10.0' target 'Frontend' do config = use_native_modules! + pod 'react-native-image-crop-tools', :path => '../node_modules/react-native-image-crop-tools' use_react_native!(:path => config["reactNativePath"]) target 'FrontendTests' do |
