This repository was archived by the owner on Jun 13, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +22
-240
lines changed Expand file tree Collapse file tree 6 files changed +22
-240
lines changed Original file line number Diff line number Diff line change 1+ __tests__
Original file line number Diff line number Diff line change @@ -2,3 +2,4 @@ Federico Martín Alconada Verzini (https://github.com/fedealconada)
22Havens (https://github.com/havenS)
33Dajaffe (https://github.com/dajaffe)
44Michael O'Connor Havens (https://github.com/seeocon)
5+ "abscess" (https://github.com/seeocon)
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ const Input = (props) => {
2626 />
2727 </ View >
2828 ) ;
29-
29+
3030} ;
3131
32- export { Input } ;
32+ export { Input } ;
3333export default Input ;
Original file line number Diff line number Diff line change @@ -109,15 +109,15 @@ class Tags extends React.Component {
109109 return renderTag ( tagProps ) ;
110110 } ) }
111111
112- { ! readonly
113- && maxNumberOfTags > this . state . tags . length
114- &&
115- < Input
116- value = { this . state . text }
117- onChangeText = { this . onChangeText }
118- onSubmitEditing = { this . onSubmitEditing }
119- { ...this . props }
120- />
112+ { ! readonly
113+ && maxNumberOfTags > this . state . tags . length
114+ &&
115+ < Input
116+ value = { this . state . text }
117+ onChangeText = { this . onChangeText }
118+ onSubmitEditing = { this . onSubmitEditing }
119+ { ...this . props }
120+ />
121121 }
122122
123123 </ View >
Original file line number Diff line number Diff line change 4343 "^.+\\ .js$" : " <rootDir>/node_modules/react-native/jest/preprocessor.js"
4444 }
4545 }
46- }
46+ }
You can’t perform that action at this time.
0 commit comments