Skip to content

Commit e05238b

Browse files
authored
Removing "extendsLink" to uilib's components (#2006)
1 parent 3a6bb2f commit e05238b

File tree

13 files changed

+0
-21
lines changed

13 files changed

+0
-21
lines changed

lib/components/Keyboard/KeyboardTracking/keyboardAwareInsetsView.api.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,5 @@
44
"description": "Used to add an inset when a keyboard is used and might hide part of the screen.",
55
"notes": "This view is useful only for iOS.",
66
"extends": "KeyboardTrackingView",
7-
"extendsLink": [
8-
"https://github.com/wix/react-native-ui-lib/blob/master/lib/components/Keyboard/KeyboardTracking/KeyboardTrackingView/index.tsx"
9-
],
107
"snippet": ["<KeyboardAwareInsetsView/>"]
118
}

src/components/actionBar/actionBar.api.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"category": "basic",
44
"description": "Quick actions bar, each action support Button component props",
55
"extends": ["View"],
6-
"extendsLink": ["https://github.com/wix/react-native-ui-lib/blob/master/src/components/view/index.tsx"],
76
"modifiers": ["margin", "padding"],
87
"example": "https://github.com/wix/react-native-ui-lib/blob/master/demo/src/screens/componentScreens/ActionBarScreen.tsx",
98
"images": ["https://github.com/wix/react-native-ui-lib/blob/master/demo/showcase/ActionBar/ActionBar.gif?raw=true"],

src/components/actionSheet/actionSheet.api.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"category": "overlays",
44
"description": "Cross platform Action Sheet, with a support for native iOS solutions",
55
"extends": ["Dialog"],
6-
"extendsLink": ["https://github.com/wix/react-native-ui-lib/blob/master/src/components/dialog/index.tsx"],
76
"example": "https://github.com/wix/react-native-ui-lib/blob/master/demo/src/screens/componentScreens/ActionSheetScreen.tsx",
87
"images": ["https://media.giphy.com/media/l0HUpXOR6RqB2ct5S/giphy.gif"],
98
"props": [

src/components/animatedImage/animatedImage.api.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"category": "basic",
44
"description": "Image component that fades-in the image with animation once it's loaded",
55
"extends": ["Image"],
6-
"extendsLink": ["https://github.com/wix/react-native-ui-lib/blob/master/src/components/image/index.tsx"],
76
"example": "https://github.com/wix/react-native-ui-lib/blob/master/demo/src/screens/componentScreens/AnimatedImageScreen.js",
87
"images": ["https://media.giphy.com/media/l0HU7jj0ivEFyZIA0/giphy.gif"],
98
"props": [

src/components/avatar/avatar.api.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77
"https://github.com/wix/react-native-ui-lib/blob/master/demo/showcase/Avatar/Avarat_2.png?raw=true"
88
],
99
"extends": ["TouchableOpacity", "Image"],
10-
"extendsLink": [
11-
"https://github.com/wix/react-native-ui-lib/blob/master/src/components/touchableOpacity/index.tsx",
12-
"https://github.com/wix/react-native-ui-lib/blob/master/src/components/image/index.tsx"
13-
],
1410
"example": "https://github.com/wix/react-native-ui-lib/blob/master/demo/src/screens/componentScreens/AvatarsScreen.tsx",
1511
"props": [
1612
{

src/components/badge/badge.api.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
"category": "basic",
44
"description": "Round colored badge, typically used to show a number",
55
"extends": ["TouchableOpacity", "View"],
6-
"extendsLink": [
7-
"https://github.com/wix/react-native-ui-lib/blob/master/src/components/touchableOpacity/index.tsx",
8-
"https://github.com/wix/react-native-ui-lib/blob/master/src/components/view/index.tsx"
9-
],
106
"example": "https://github.com/wix/react-native-ui-lib/blob/master/demo/src/screens/componentScreens/BadgesScreen.tsx",
117
"images": ["https://user-images.githubusercontent.com/33805983/34480753-df7a868a-efb6-11e7-9072-80f5c110a4f3.png"],
128
"props": [

src/components/button/button.api.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"category": "basic",
44
"description": "Customizable button component that handles press events",
55
"extends": ["TouchableOpacity"],
6-
"extendsLink": ["https://github.com/wix/react-native-ui-lib/blob/master/src/components/touchableOpacity/index.tsx"],
76
"modifiers": ["margin", "background"],
87
"example": "https://github.com/wix/react-native-ui-lib/blob/master/demo/src/screens/componentScreens/ButtonsScreen.tsx",
98
"images": [

src/components/card/card.api.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"category": "basic",
44
"description": "Customizable card component that handles press events",
55
"extends": ["TouchableOpacity"],
6-
"extendsLink": ["https://github.com/wix/react-native-ui-lib/blob/master/src/components/touchableOpacity/index.tsx"],
76
"modifiers": ["margin", "padding"],
87
"example": "https://github.com/wix/react-native-ui-lib/blob/master/demo/src/screens/componentScreens/CardsScreen.tsx",
98
"images": [

src/components/card/cardImage.api.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"category": "basic",
44
"description": "Inner component for the Card component (better be a direct child)",
55
"extends": ["Image"],
6-
"extendsLink": ["https://github.com/wix/react-native-ui-lib/blob/master/src/components/image/index.tsx"],
76
"example": "https://github.com/wix/react-native-ui-lib/blob/master/demo/src/screens/componentScreens/CardsScreen.tsx",
87
"props": [
98
{"name": "width", "type": "number", "description": "Width"},

src/components/card/cardSection.api.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"category": "basic",
44
"description": "Inner component for rendering content easily inside a Card component",
55
"extends": ["View"],
6-
"extendsLink": ["https://github.com/wix/react-native-ui-lib/blob/master/src/components/view/index.tsx"],
76
"example": "https://github.com/wix/react-native-ui-lib/blob/master/demo/src/screens/componentScreens/CardsScreen.tsx",
87
"props": [
98
{

src/components/checkbox/checkbox.api.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"category": "form",
44
"description": "Checkbox component for toggling boolean value related to some context",
55
"extends": ["TouchableOpacity"],
6-
"extendsLink": ["https://github.com/wix/react-native-ui-lib/blob/master/src/components/touchableOpacity/index.tsx"],
76
"modifiers": ["margin", "background"],
87
"example": "https://github.com/wix/react-native-ui-lib/blob/master/demo/src/screens/componentScreens/CheckboxScreen.tsx",
98
"images": ["https://github.com/wix/react-native-ui-lib/blob/master/demo/showcase/Checkbox/Checkbox.gif?raw=true"],

src/components/chipsInput/chipsInput.api.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"category": "form",
44
"description": "Chips input component",
55
"extends": ["TextField"],
6-
"extendsLink": ["https://github.com/wix/react-native-ui-lib/blob/master/src/components/textField/index.tsx"],
76
"modifiers": ["typography"],
87
"example": "https://github.com/wix/react-native-ui-lib/blob/master/demo/src/screens/componentScreens/ChipsInputScreen.js",
98
"images": ["https://github.com/wix/react-native-ui-lib/blob/master/demo/showcase/ChipsInput/ChipsInput.gif?raw=true"],

src/components/dateTimePicker/dateTimePicker.api.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"description": "Date and Time Picker Component that wraps RNDateTimePicker for date and time modes. See: https://github.com/react-native-community/react-native-datetimepicker#react-native-datetimepicker",
55
"note": "DateTimePicker uses a native library. You MUST add and link the native library to both iOS and Android projects",
66
"extends": ["TextField"],
7-
"extendsLink": ["https://github.com/wix/react-native-ui-lib/blob/master/src/components/textField/index.tsx"],
87
"example": "https://github.com/wix/react-native-ui-lib/blob/master/demo/src/screens/componentScreens/DateTimePickerScreen.js",
98
"images": [
109
"https://github.com/wix/react-native-ui-lib/blob/master/demo/showcase/DateTimePicker/DateTimePicker_iOS.gif?raw=true, https://github.com/wix/react-native-ui-lib/blob/master/demo/showcase/DateTimePicker/DateTimePicker_Android.gif?raw=true"

0 commit comments

Comments
 (0)