Skip to content

Commit 4ba7264

Browse files
authored
Fix/docs example links (#767)
* Fix docs example link * Fix docs example link
1 parent 065a1ab commit 4ba7264

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/button/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ type Props = ButtonPropTypes & BaseComponentInjectedProps & ForwardRefInjectedPr
3838
* @extendslink: docs/TouchableOpacity
3939
* @modifiers: margin, background
4040
* @gif: https://media.giphy.com/media/xULW8j5WzsuPytqklq/giphy.gif
41-
* @example: https://github.com/wix/react-native-ui-lib/blob/master/demo/src/screens/componentScreens/ButtonsScreen.js
41+
* @example: https://github.com/wix/react-native-ui-lib/blob/master/demo/src/screens/componentScreens/ButtonsScreen.tsx
4242
*/
4343
class Button extends PureComponent<Props, ButtonState> {
4444
static displayName = 'Button';

src/components/touchableOpacity/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ type Props = BaseComponentInjectedProps & ForwardRefInjectedProps & IProps;
3737
* @modifiers: margins, paddings, alignments, background, borderRadius
3838
* @extendslink: https://facebook.github.io/react-native/docs/touchableopacity.html
3939
* @gif: https://media.giphy.com/media/xULW8AMIgw7l31zjm8/giphy.gif
40-
* @example: https://github.com/wix/react-native-ui-lib/blob/master/src/components/touchableOpacity/index.js
40+
* @example: https://github.com/wix/react-native-ui-lib/blob/master/src/components/touchableOpacity/index.tsx
4141
*/
4242
class TouchableOpacity extends PureComponent<Props, {active: boolean}> {
4343
static displayName = 'TouchableOpacity';

0 commit comments

Comments
 (0)