From 27a1f3132fa9d424a99a3950c609080fa24322e2 Mon Sep 17 00:00:00 2001 From: Brandon Presley Date: Mon, 29 Aug 2022 15:19:07 +1200 Subject: [PATCH] Remove image view from SetForm 1. This doesn't easily fit on the screen with the keyboard open 2. It wasn't editable, while being on an edit screen, so it was misleading. --- SetForm.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/SetForm.tsx b/SetForm.tsx index e331849..87ece4f 100644 --- a/SetForm.tsx +++ b/SetForm.tsx @@ -1,5 +1,5 @@ import React, {useContext, useEffect, useRef, useState} from 'react'; -import {Image, ScrollView, Text} from 'react-native'; +import {ScrollView, Text} from 'react-native'; import {Button} from 'react-native-paper'; import {DatabaseContext} from './App'; import MassiveInput from './MassiveInput'; @@ -103,7 +103,6 @@ export default function SetForm({ ))} - {uri && }