Skip to content

Commit

Permalink
Deleted unused StyleProp
Browse files Browse the repository at this point in the history
  • Loading branch information
pablonortiz committed Aug 16, 2023
1 parent b698cdb commit 76ccc58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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,
Expand Down

0 comments on commit 76ccc58

Please sign in to comment.