Skip to content
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
Update timeline.api.json
fix example url
  • Loading branch information
OrenZak authored Aug 8, 2022
commit 13cfe042f11ec4f07d00d932b2515213b930250f
2 changes: 1 addition & 1 deletion src/components/timeline/timeline.api.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A timeline item to render as part of a timeline list",
"extends": ["View"],
"extendsLink": ["https://reactnative.dev/docs/view"],
"example": "https://github.com/wix/react-native-ui-lib/blob/master/src/components/timeline/index.tsx",
"example": "https://github.com/wix/react-native-ui-lib/blob/master/demo/src/screens/componentScreens/TimelineScreen.tsx",
"images": [],
"props": [
{"name": "backgroundColor", "type": "string", "description": "Background color for the item"},
Expand Down