Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Date buble not showing #9

Open
erennyuksell opened this issue Apr 25, 2019 · 1 comment
Open

Date buble not showing #9

erennyuksell opened this issue Apr 25, 2019 · 1 comment
Labels
info needed More information needed

Comments

@erennyuksell
Copy link

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
Copy link
Owner

Johan-dutoit commented Apr 26, 2019

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.

@Johan-dutoit Johan-dutoit added the info needed More information needed label Apr 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
info needed More information needed
Projects
None yet
Development

No branches or pull requests

2 participants