Skip to content

Commit 7e09116

Browse files
authored
fix: url paths for wheel picker and textfield (#2524)
1 parent 58d11c4 commit 7e09116

File tree

1 file changed

+2
-2
lines changed
  • docs/getting-started

1 file changed

+2
-2
lines changed

docs/getting-started/v7.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Props migration:
118118
- `onToggleExpandableModal` 'prop is deprecated
119119
- `topBarProps` prop is deprecated
120120

121-
Check full (and new) API: https://wix.github.io/react-native-ui-lib/docs/components/incubator/TextField
121+
Check full (and new) API: https://wix.github.io/react-native-ui-lib/docs/components/form/TextField
122122

123123
### WheelPicker
124124
The WheelPicker component has a new implementation.
@@ -127,4 +127,4 @@ The component is now uncontrolled and have some prop changes:
127127
`onValueChange` prop renamed `onChange`.
128128
Also, `children` can now be passed to the `items` prop (not mandatory).
129129

130-
Check full (and new) API: https://wix.github.io/react-native-ui-lib/docs/components/incubator/WheelPicker
130+
Check full (and new) API: https://wix.github.io/react-native-ui-lib/docs/components/form/WheelPicker

0 commit comments

Comments
 (0)