diff options
| author | Shravya Ramesh <shravs1208@gmail.com> | 2021-06-16 01:58:59 -0700 |
|---|---|---|
| committer | Shravya Ramesh <shravs1208@gmail.com> | 2021-06-16 01:58:59 -0700 |
| commit | f3134bbe9b8bc84a906ca1dac46959b360dd243f (patch) | |
| tree | f95b900f2e5031199c5c6d005955fcfc99ed168d /ios/Podfile | |
| parent | 78f32c1400eff46d4c768b78fbaf672826c74285 (diff) | |
image cropper dump
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 |
