Skip to content

Commit a2ccee0

Browse files
committed
Fix docs broken example links
1 parent 7989052 commit a2ccee0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/components/picker/PickerItem.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import TouchableOpacity from '../touchableOpacity';
1515
* @description: Picker.Item, for configuring the Picker's selectable options
1616
* @extends: TouchableOpacity
1717
* @extendslink: docs/TouchableOpacity
18-
* @example: https://github.com/wix/react-native-ui-lib/blob/master/demo/src/screens/componentScreens/FormScreen.js
18+
* @example: https://github.com/wix/react-native-ui-lib/blob/master/demo/src/screens/componentScreens/PickerScreen.js
1919
*/
2020
class PickerItem extends BaseComponent {
2121
static displayName = 'Picker.Item';

src/components/picker/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const ItemType = PropTypes.shape({
2626
/**
2727
* @description: Picker Component, support single or multiple selection, blurModel and nativePicker
2828
* @gif: https://media.giphy.com/media/3o751SiuZZiByET2lq/giphy.gif, https://media.giphy.com/media/TgMQnyw5grJIDohzvx/giphy.gif, https://media.giphy.com/media/5hsdmVptBRskZKn787/giphy.gif
29-
* @example: https://github.com/wix/react-native-ui-lib/blob/master/demo/src/screens/componentScreens/FormScreen.js
29+
* @example: https://github.com/wix/react-native-ui-lib/blob/master/demo/src/screens/componentScreens/PickerScreen.js
3030
*/
3131
class Picker extends BaseComponent {
3232
static displayName = 'Picker';

src/components/progressBar/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {Colors} from '../../style';
99
/**
1010
* @description: Animated progress bar
1111
* @gif:https://media.giphy.com/media/3o752o08oY0oCvOxR6/giphy.gif
12-
* @example: https://github.com/wix/react-native-ui-lib/blob/master/demo/src/screens/animationScreens/ProgressBarScreen.js
12+
* @example: https://github.com/wix/react-native-ui-lib/blob/master/demo/src/screens/componentScreens/ProgressBarScreen.js
1313
* @extends: AnimatedScanner
1414
* @extendsLink: https://wix-private.github.io/wix-react-native-ui-lib/docs/public/AnimatedScanner/
1515
*/

0 commit comments

Comments
 (0)