From 6aba693c76123c2cb5de0b2eb93effe5d213ab64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakov=20Glava=C4=8D?= <34971091+JakovGlavac@users.noreply.github.com> Date: Sat, 31 Dec 2022 14:03:15 +0100 Subject: [PATCH] updated readme fixing #85 --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c166eee..fb485c5 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,15 @@ or ``` npm i expo-image-editor ``` +> **Warning** +> Also required: +> *@expo/vector-icons* +> *expo-asset expo-file-system* +> *expo-gl* +> *expo-gl-cpp* +> *expo-image-manipulator* +> *recoil* +> *react-native-gesture-handler@~2.5.0* ## Usage @@ -101,4 +110,4 @@ function App() { | onEditingComplete | function | function that will return the result of the image editing which is an object identical to `imageData` | | throttleBlur | boolean | Whether to throttle the WebGL update of the blur while adjusting (defaults to false) - useful to set to true on lower performance devices | | allowedTransformOperations | string[] | Which transform operations you want to exclusively allow to be used. Can include `crop` and `rotate` e.g. `['crop']` to only allow cropping | -| allowedAdjustmentOperations | string[] | Which image adjustment operations you want to exclusively allow to be used. Only `blur` can be specified at the minute e.g. `['blur']` yo only allow blur as an image adjustment | +| allowedAdjustmentOperations | string[] | Which image adjustment operations you want to exclusively allow to be used. Only `blur` can be specified at the minute e.g. `['blur']` yo only allow blur as an image adjustment | \ No newline at end of file