Skip to content

Commit da853e0

Browse files
authored
Update index.js (#948)
updated TextArea docs link
1 parent 136ba44 commit da853e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/textArea/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ import BaseInput from '../baseInput';
66
* @description: a wrapper for Text Field component to create enclosed text area
77
* @modifiers: Typography
88
* @extends: TextField
9-
* @extendslink: https://github.com/wix/react-native-ui-lib/blob/master/src/components/inputs/TextField.js
9+
* @extendslink: https://github.com/wix/react-native-ui-lib/blob/master/src/components/textField/index.js
1010
* @gif: https://media.giphy.com/media/3oFzmoU8TdfHeYZNZu/giphy.gif
11-
* @example: https://github.com/wix/react-native-ui-lib/blob/master/demo/src/screens/componentScreens/InputsScreen.js
11+
* @example: https://github.com/wix/react-native-ui-lib/blob/master/demo/src/screens/componentScreens/TextFieldScreen/InputsScreen.js
1212
*/
1313
export default class TextArea extends BaseInput {
1414
static displayName = 'TextArea';

0 commit comments

Comments
 (0)