Johan-dutoit / react-native-timeline-feed

Customisable timeline for react native (using FlatList). Docs: https://johan-dutoit.github.io/react-native-timeline-feed/
MIT License
45 stars 13 forks source link

Date buble not showing #9

Open erennyuksell opened 5 years ago

erennyuksell commented 5 years ago

this is my usage but there is no date buble
constructor(props) { super(props)

    this.state = {

    }
    this.data = [
        { time: '09:00', title: 'Archery Training', description: 'The Beginner Archery and Beginner Crossbow course does not require you to bring any equipment, since everything you need will be provided for the course. ', lineColor: '#009688', icon: flowicon },
        { time: '10:45', title: 'Play Badminton', description: 'Badminton is a racquet sport played using racquets to hit a shuttlecock across a net.', icon: flowicon },
        { time: '12:00', title: 'Lunch', icon: flowicon },
        { time: '14:00', title: 'Watch Soccer', description: 'Team sport played between two teams of eleven players with a spherical ball. ', lineColor: '#009688', icon: flowicon },
        { time: '16:30', title: 'Go to Fitness center', description: 'Look out for the Best Gym & Fitness Centers around me :)', icon: flowicon }
    ]
}

<Timeline

            innerCircleType='icon'
            data={this.data}
        />
Johan-dutoit commented 5 years ago

Can you provide more info? Version of the package, React Native version, container views, Device make & model, etc.

Your above example works on my Android & iOS Phone, as well as in the expo snack.