complated
This commit is contained in:
@@ -6,7 +6,6 @@ import React, { forwardRef, useCallback, useImperativeHandle, useState } from 'r
|
||||
import { useTranslation } from 'react-i18next';
|
||||
import { Image, StyleSheet, Text, TextInput, TouchableOpacity, View } from 'react-native';
|
||||
|
||||
type MediaType = { uri: string; type: 'image' | 'video' };
|
||||
type StepProps = { formData: any; updateForm: (key: string, value: any) => void };
|
||||
|
||||
type Errors = {
|
||||
@@ -302,7 +301,7 @@ const styles = StyleSheet.create({
|
||||
paddingHorizontal: 16,
|
||||
height: 56,
|
||||
},
|
||||
textArea: { height: 120, alignItems: 'flex-start', paddingVertical: 12 },
|
||||
textArea: { height: 120, alignItems: 'flex-start', paddingVertical: 0 },
|
||||
input: { flex: 1, fontSize: 16 },
|
||||
prefixContainer: {
|
||||
flexDirection: 'row',
|
||||
|
||||
Reference in New Issue
Block a user