Skip to content

Fix: Paths on migrating guide: text input and wheel picker #2524

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 28, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/getting-started/v7.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ Props migration:
- `onToggleExpandableModal` 'prop is deprecated
- `topBarProps` prop is deprecated

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

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

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