From 76ccc585a3a5161bcc15f127a13cb7555bcd63f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Nicol=C3=A1s=20Ortiz?= Date: Wed, 16 Aug 2023 16:49:22 -0300 Subject: [PATCH] Deleted unused StyleProp --- src/components/Input/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Input/index.tsx b/src/components/Input/index.tsx index abe9665..7857cf2 100644 --- a/src/components/Input/index.tsx +++ b/src/components/Input/index.tsx @@ -1,5 +1,5 @@ import React, {LegacyRef, useEffect, useState} from 'react'; -import {TextInput, StyleSheet, View, Text, KeyboardType, StyleProp, TextStyle} from 'react-native'; +import {TextInput, StyleSheet, View, Text, KeyboardType, TextStyle} from 'react-native'; import { Status, getBorderColor,