Skip to content

Commit b327cd8

Browse files
author
Frank von Hoven III
authored
Update Incubator.TextField Code Example link url to correct path (#1190)
* Update Incubator.TextField Code Example link url to correct path * Rm space in jsx - Incubator.TextField - line 203
1 parent db258d5 commit b327cd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/incubator/TextField/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ interface StaticMembers {
107107
* @description: A controlled, customizable TextField with validation support
108108
* @extends: TextInput
109109
* @extendslink: https://reactnative.dev/docs/textinput
110-
* @example: https://github.com/wix/react-native-ui-lib/blob/master/demo/src/screens/componentScreens/IncubatorTextFieldScreen.tsx
110+
* @example: https://github.com/wix/react-native-ui-lib/blob/master/demo/src/screens/incubatorScreens/IncubatorTextFieldScreen.tsx
111111
*/
112112
const TextField = (props: InternalTextFieldProps) => {
113113
const {

0 commit comments

Comments
 (0)