File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,11 @@ import {
88 Image ,
99 View ,
1010} from 'react-native' ;
11- import VariableTextInputView , {
11+ import {
1212 IATTextViewBase ,
1313 IInserTextAttachmentItem ,
1414 ITextType ,
15+ VariableTextInputView ,
1516} from 'react-native-variable-text-input' ;
1617export const App = ( ) => {
1718 const inPutRef = React . createRef < IATTextViewBase > ( ) ;
Original file line number Diff line number Diff line change @@ -227,4 +227,4 @@ const VariableTextInputView = forwardRef(
227227const RNTVariableTextInputView = requireNativeComponent < IProps > (
228228 'VariableTextInputView'
229229) ;
230- export default VariableTextInputView ;
230+ export { VariableTextInputView } ;
Original file line number Diff line number Diff line change 1+ export * from './VariableTextInputView' ;
You can’t perform that action at this time.
0 commit comments