diff options
| author | Ivan Chen <ivan@tagg.id> | 2021-06-23 17:50:22 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-23 17:50:22 -0400 |
| commit | 53bdc94cf0491e348b7d4ad61e51ce1844423773 (patch) | |
| tree | 5cc31490ed3d276e51cb1dc4385c2b26e6071ff9 /package.json | |
| parent | 53461e8412b1f3b95124f9d9a6f50580d26930f5 (diff) | |
| parent | d309c8e66470d8d89063b817397cd6568bf6a8bf (diff) | |
Merge pull request #469 from shravyaramesh/tma923-image-cropper
[TMA-923/924] Image cropper, Display arbitrary sized image
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json index ea8c946a..300eec0c 100644 --- a/package.json +++ b/package.json @@ -45,9 +45,12 @@ "react-native-haptic-feedback": "^1.11.0", "react-native-hyperlink": "^0.0.19", "react-native-image-crop-picker": "^0.36.0", + "react-native-image-pan-zoom": "^2.1.12", + "react-native-image-picker": "^4.0.3", "react-native-image-resizer": "^1.4.4", "react-native-inappbrowser-reborn": "^3.5.0", "react-native-linear-gradient": "^2.5.6", + "react-native-photo-manipulator": "^1.2.4", "react-native-picker-select": "^7.0.0", "react-native-push-notifications": "^3.0.10", "react-native-reanimated": "2.0.0-rc.0", @@ -105,4 +108,4 @@ "./node_modules/react-native-gesture-handler/jestSetup.js" ] } -}
\ No newline at end of file +} |
