Skip to content

Releases: Johan-dutoit/react-native-timeline-feed

2.0.0

15 May 12:21
449cba2
Compare
Choose a tag to compare
  • Complete rebuild of the timeline (use V1.x.x if you're migrating)
  • Replaced Flow with TypeScript

Improved item property precedence

04 Feb 10:43
de63aa1
Compare
Choose a tag to compare
  • Item properties (i.e. lineColor, lineWidth, circleSize, etc.) now take preference over timeline properties.
    • i.e. const lineColorToUse = item.lineColor || lineColor || DEFAULT_LINE_COLOR
  • Improved flow for the FlatList items

1.0.0: Merge pull request #4 from wwimmo/master

25 Jan 16:13
4bfc9ed
Compare
Choose a tag to compare
Replace <Image> Tag with provided component (item.icon or icon) in renderCircle()