1.0.6-rc.19 • Published 3 years ago

react-native-enhanced-timeline v1.0.6-rc.19

Weekly downloads
-
License
-
Repository
github
Last release
3 years ago

Library logo

npm bundle size NPM PRs Welcome

react-native-enhanced-timeline is a fork of react-native-timeline-flatlist with some tweaks (functional components instead of classes & support for animations)

🔧 Installation

// Using yarn
yarn add react-native-enhanced-timeline --save

// Using npm
npm install react-native-enhanced-timeline --save

Usage

import { Timeline } from "react-native-enhanced-timeline";

export const App = () => {
  return (
    <Timeline
      data={[
        {
          id: 1,
          time: "09:00",
          title: "Event 1",
          description: "Event 1 Description",
        },
        {
          id: 2,
          time: "10:45",
          title: "Event 2",
          description: "Event 2 Description",
        },
        {
          id: 3,
          time: "12:00",
          title: "Event 3",
          description: "Event 3 Description",
        },
        {
          id: 4,
          time: "14:00",
          title: "Event 4",
          description: "Event 4 Description",
        },
        {
          id: 5,
          time: "16:30",
          title: "Event 5",
          description: "Event 5 Description",
        },
      ]}
    />
  )
}

📦 Peer dependencies

react-native-svg (only guaranteed to work with latest version)

📃 Documentation

To be added, feel free to contribute!

🛣 Roadmap

  • Tests
  • Storybook
  • Simplify codebase
  • Documentation
  • Examples / Recipes for ease-of-use
  • Demo app

📝 License

MIT

1.0.6-rc.13

3 years ago

1.0.6-rc.15

3 years ago

1.0.6-rc.14

3 years ago

1.0.6-rc.17

3 years ago

1.0.6-rc.16

3 years ago

1.0.6-rc.19

3 years ago

1.0.6-rc.18

3 years ago

1.0.6-rc.12

3 years ago

1.0.6-rc.11

3 years ago

1.0.6-rc.10

3 years ago

1.0.6-rc.9

3 years ago

1.0.6-rc.8

3 years ago

1.0.6-rc.7

3 years ago

1.0.6-rc.6

3 years ago

1.0.6-rc.5

3 years ago

1.0.6-rc.4

3 years ago

1.0.6-rc.3

3 years ago

1.0.6-rc.2

3 years ago

1.0.6-rc.1

3 years ago

1.0.6-rc.0

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.0

3 years ago