We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db258d5 commit b327cd8Copy full SHA for b327cd8
src/incubator/TextField/index.tsx
@@ -107,7 +107,7 @@ interface StaticMembers {
107
* @description: A controlled, customizable TextField with validation support
108
* @extends: TextInput
109
* @extendslink: https://reactnative.dev/docs/textinput
110
- * @example: https://github.com/wix/react-native-ui-lib/blob/master/demo/src/screens/componentScreens/IncubatorTextFieldScreen.tsx
+ * @example: https://github.com/wix/react-native-ui-lib/blob/master/demo/src/screens/incubatorScreens/IncubatorTextFieldScreen.tsx
111
*/
112
const TextField = (props: InternalTextFieldProps) => {
113
const {
0 commit comments