Julian Kingman
a602fe601c
fix angle
2018-06-19 12:33:44 -04:00
Julian Kingman
1beee68608
rm appstate
2018-06-19 12:29:47 -04:00
Julian Kingman
e6514b40c0
replace ART with react-native-svg, remove Android hack
2018-06-19 12:23:46 -04:00
Jacob Lauritzen
f543781053
Migrate to renderChildren-prop
2018-04-02 17:45:55 +02:00
Jacob Lauritzen
07c8e10fe2
camelCase lineCap-prop. Documentation update
2018-04-02 17:33:26 +02:00
Jacob Lauritzen
5b3f583b28
Make backgroundColor optional
2018-04-02 17:29:05 +02:00
Jacob Lauritzen
c9a0b227f6
Merge pull request #126 from lbrdar/master
...
Transparent background fix
2018-03-14 13:56:20 +01:00
Leo Brdar
8a30402301
Remove unnecessary transparent backgroundColor in childContainerStyle
2018-03-14 13:53:57 +01:00
Leo Brdar
1b05e77c4c
Make timer transparent by default
2018-03-14 11:04:34 +01:00
Leo Brdar
3689be0330
Add the 'transparent' prop to enable custom background and content behind the circle progress component
2018-03-13 21:53:53 +01:00
Alexis Mangin
d91325a6f4
Expose easing and rename performLinearAnimation to performTimingAnimation
2018-03-13 14:20:28 +00:00
Aaron Larner
30a18eea8b
Add support for partial arcs
2018-03-08 22:44:47 -05:00
Jacob Lauritzen
f198080ef2
Proper Android unlocking. Reverts #105 . Fixes #106 , #79 , #65 etc
2018-03-02 12:08:24 +01:00
Jacob Lauritzen
454048bd92
Support 'transparent' bg-color. Fix #90
2017-12-29 10:18:22 +01:00
Jacob Lauritzen
4be3f4e314
Improve readability
2017-12-29 10:05:48 +01:00
Markus Lindqvist
dfdb4c01d5
Fix bug on Android where the drawing is not displayed after the app is backgrounded / screen is turned off. Restart the animation when the app comes back to the foreground.
...
Bump version to 0.1.2.
Adapted from gamingumar's PR.
2017-12-27 21:40:05 +02:00
Markus Lindqvist
9e4873ef37
Merge pull request #83 from ayushinigam/feature/alignChildrenCenter
...
Feature/align children center
2017-12-26 12:28:42 +02:00
Markus Lindqvist
c0c983395e
Fix bug #45 , linear animation is not actually linear
2017-11-21 14:30:49 +02:00
Markus Lindqvist
8049ad1554
Merge pull request #76 from soledaddiez/master
...
Add callback function when animation completes.
2017-11-20 18:09:47 +02:00
Markus Lindqvist
73b1aa72d9
Merge pull request #31 from livioso/patch-1
...
Use Math.min / Math.max for extractFill.
2017-11-20 16:47:49 +02:00
Markus Lindqvist
ac1d90edd3
Merge pull request #89 from bamlab/prop/backgroundWidth
...
Add backgroundWidth prop
2017-11-20 16:45:34 +02:00
Markus Lindqvist
ba59c4a221
Update CircularProgress.js
2017-11-20 13:12:23 +02:00
Markus Lindqvist
2065f4c0bb
Merge branch 'master' into master
2017-11-20 13:09:24 +02:00
Jay Stramel
85eb3c4d78
Using ViewPropTypes.style to fix a production crash issue.
2017-10-23 20:23:11 -06:00
Louis Lagrange
68c0836a50
Add backgroundWidth prop
2017-10-11 15:32:34 +02:00
ayushi nigam
f1e41b2787
used func for children
2017-09-20 00:16:03 +05:30
ayushi nigam
a2aabc8cb0
progressBar to align centre ( #1 )
2017-09-19 18:35:34 +05:30
Soledad Diez
0147a107e1
Add callback function when animation completes.
...
If the animation finished running normally, the completion callback will be invoked with {finished: true}. If the animation is done because stop() was called on it before it could finish (e.g. because it was interrupted by a gesture or another animation), then it will receive {finished: false}.
2017-09-01 16:03:22 +12:00
Andrei Ciceu
0d78e71e32
.9999
2017-07-10 12:38:57 +03:00
Andrei Ciceu
6eb1322c1d
Consistent .9999 multiplicaiton
2017-07-10 12:36:32 +03:00
Andrei Ciceu
8080943e8b
Modified oneOf to oneOfType for new PropTypes
2017-06-29 17:13:46 +03:00
Andrei Ciceu
dd9c1f8d6a
Replace type props, for React 15.5+
2017-06-29 17:02:58 +03:00
Andrei Ciceu
86919ebc0d
Android 0.54.1 fix
2017-06-29 16:40:39 +03:00
Ryan
6f9368456c
Stop using relative imports for ART
2017-06-28 21:43:36 -07:00
Patrick Haug
86d7766052
tintColor, backgroundColor could be string or object in form of Animated Value
2017-02-10 20:27:55 +01:00
Fidan Hakaj
4138575515
Make linecap configurable
2016-10-12 23:35:16 +02:00
Livio Bieri
b01c288c07
Use Math.min / Math.max for extractFill.
2016-07-15 11:35:25 +02:00
Goran Gajic
c1a99599c5
fix react include because 0.25 warnings
2016-05-08 23:38:33 +02:00
Marc Shilling
2c04c79d51
Add function performLinearAnimation
2016-04-12 17:00:56 -04:00
Goran Gajic
5c4bdea83d
fix style validation
2016-03-04 19:23:57 +01:00
Gunter Spranz
7e0caac578
Upgrade example project to React 0.20.0
...
Ported to Android
2016-02-26 09:08:12 -08:00
Jesse Sessler
8193e8a449
pass tension and speed as props
2016-02-05 10:29:34 -05:00
Jesse Sessler
853eecc461
add speed prop
2016-02-04 08:15:14 -05:00
James Munro
0d257e6bb9
Fixed rendering bug.
2016-01-01 20:48:11 +00:00
Anthony Regeda
3c1077b271
Added prefill property
2015-12-21 15:58:39 +03:00
bgryszko
188c5a2111
Added functionality to set initial rotation
2015-11-26 12:32:02 +01:00
bgryszko
4d6676b476
Initial commit
2015-10-27 16:09:26 +01:00