selection chantier (animation,correction) ; ajustement et amélioration du thème ; chantier provider
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { StyleSheet, TextInput, type TextInputProps } from 'react-native';
|
||||
import { StyleSheet, TextInput, ViewStyle, type TextInputProps } from 'react-native';
|
||||
|
||||
import { useThemeColor } from '@/hooks/use-theme-color';
|
||||
|
||||
@@ -41,7 +41,6 @@ export function ThemedTextInput({style, lightColor, darkColor, reverse=false, lv
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
return (
|
||||
<TextInput
|
||||
style={[
|
||||
|
||||
Reference in New Issue
Block a user