From 79f19fe7e1e6bc3b159603af0011c1e626127765 Mon Sep 17 00:00:00 2001 From: analuizaff Date: Mon, 1 Nov 2021 13:46:51 -0300 Subject: [PATCH] disabldisabling image input --- src/app/components/ImageInput.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/components/ImageInput.js b/src/app/components/ImageInput.js index 7a45755..a5ea725 100644 --- a/src/app/components/ImageInput.js +++ b/src/app/components/ImageInput.js @@ -111,6 +111,8 @@ function ImageInput({ imageUri, onChangeImage }) { {!imageUri && ( { setModalVisible(true); }} @@ -254,6 +256,7 @@ const styles = StyleSheet.create({ alignItems: "center", borderRadius: 6, backgroundColor: colors.primary, + opacity: 0.4, //while button is disabled }, });