1.1.9 • Published 5 years ago

react-native-seekbar-ios v1.1.9

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

react-native-seekbar-ios

Not working in android

Installation

yarn add react-native-seekbar-ios
cd ios && pod install

Usage

import CircularSeeker from 'react-native-seekbar-ios';

// ...

<CircularSeeker
            style={{width: 300, height: 300}}
            startAngle={180}
            endAngle={0}
            currentAngle={180}
            maxVal={30}
            minVal={16}
            onUpdate={e => console.log('onUpdate', e)}
            onComplete={e => console.log('onComplete', e)}
            seekBarColor="gray"
            thumbColor="green"
        />

License

HIEP && QUAN

1.1.9

5 years ago

1.1.8

5 years ago

1.1.7

5 years ago

0.1.6

5 years ago

0.1.4

5 years ago

0.1.5

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago