File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 192192 "@op-engineering/op-sqlite" : " ^15.2.11" ,
193193 "lodash" : " ^4.18.1"
194194 }
195- }
195+ }
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ import {
66 Image ,
77 ViewStyle ,
88 NativeSyntheticEvent ,
9- TextInputSubmitEditingEvent ,
109 KeyboardTypeOptions ,
1110 StyleSheet ,
1211 TextStyle ,
12+ TextInputSubmitEditingEventData ,
1313} from 'react-native' ;
1414import { GlobalStyles } from '../../styles' ;
1515import Text from '../Text' ;
@@ -20,7 +20,7 @@ type InputProps = {
2020 placeholderStyle ?: TextStyle | TextStyle [ ] ;
2121 onChangeText : ( ( text : string ) => void ) | undefined ;
2222 onSubmitEditing ?:
23- | ( ( e : NativeSyntheticEvent < TextInputSubmitEditingEvent > ) => void )
23+ | ( ( e : NativeSyntheticEvent < TextInputSubmitEditingEventData > ) => void )
2424 | undefined ;
2525 onClearButtonPress ?: null | ( ( ) => void ) ;
2626 onBlur ?: null | ( ( ) => void ) ;
You can’t perform that action at this time.
0 commit comments