206 Commits

Author SHA1 Message Date
Brian
c4df58abdc
Deprecates ViewPropTypes
replaces ViewPropTypes.style with PropTypes.object
addresses #244
2020-07-01 13:11:03 -07:00
Markus Lindqvist
e343ab48d3
Merge pull request #238 from aboveyunhai/master
fix PropTypes and update README
2020-02-21 07:38:50 +02:00
aboveyunhai
4750bb66cd update doc for dashedtint, correct typo 2020-02-20 22:51:41 -05:00
aboveyunhai
bef6d3285e Fix: proptypes for tinttransparency, rename dashed fill name to tint 2020-02-20 22:50:59 -05:00
Markus Lindqvist
2d0bc97901
Merge pull request #237 from aboveyunhai/master
Add dashed type and transparency for bar fill
2020-02-20 09:00:00 +02:00
aboveyunhai
4599fb3f9f Add dashed type and transparency for bar fill 2020-02-19 23:27:11 -05:00
Markus Lindqvist
5eb6b679be
Merge pull request #236 from rajpootathar/master
adding dashes to fill as well
2020-02-16 11:01:54 +02:00
rajpootathar
ff1b84cec8
adding dashes to fill as well
dashes will now work for fill.
2020-02-16 03:22:08 +05:00
Markus Lindqvist
1242f68823 Release version 1.3.6 with better default for useNativeDriver 2020-01-28 08:12:56 +02:00
Markus Lindqvist
36f5d1e182
Merge pull request #234 from aboveyunhai/master
Fix: useNativeDriver cause props undefined.
2020-01-28 08:11:20 +02:00
aboveyunhai
8f362545ee Fix: useNativeDriver cause props undefined. 2020-01-27 13:01:54 -05:00
Markus Lindqvist
c6d37e1a24 Release 1.3.5 2020-01-18 13:39:56 +02:00
Markus Lindqvist
a3430d0570
Merge pull request #227 from better-half/master
Add explicit useNativeDriver to AnimatedCircularProgress
2020-01-16 10:25:51 +02:00
Diego Lopez
f3a50dd0af Add explicit useNativeDriver to AnimatedCircularProgress 2020-01-14 12:38:37 +00:00
Markus Lindqvist
6e375346ac
Merge pull request #226 from lukebars/master
Fix array of zeros on iOS
2020-01-08 11:18:38 +02:00
Lukas Baranauskas
8f3494962d
Fix array of zeros on iOS
The output of warning was being caused on every fill progress update if dash style wasn't provided so it resulted in array of eros [0,0]. 
`CGContextSetLineDash: invalid dash array: at least one element must be non-zero`
2020-01-02 14:03:56 +02:00
Markus Lindqvist
993059ebc7
Merge pull request #220 from aboveyunhai/master
Fix dashbackground parsing issue and wrong center location of <G> inside <Svg>
2019-12-04 14:08:43 +02:00
aboveyunhai
a1f8e6c19f fix renderCap overflow issue 2019-11-27 16:16:22 -05:00
aboveyunhai
dd7156712d fix dashedBackgroundStyle parsing issue 2019-11-25 22:51:25 -05:00
Markus Lindqvist
f3d314a8e4 1.3.4 - Update partial fix #215: strokeDasharray expects array of numbers 2019-11-01 10:05:04 +02:00
Markus Lindqvist
b267bef0dd
Merge pull request #217 from BalalRaza/patch-1
Update partial fix #215: strokeDasharray expects array of numbers
2019-11-01 10:01:52 +02:00
Md Balal Raza
c3d72b010f
Fix #215: strokeDasharray expects array of numbers
PR #215 is a fix in the right direction. However, it doesn't solve issue #213 completely.
strokeDasharray expects an array of numbers. Object.values() returns all strings, always.
2019-10-31 19:36:37 +05:30
Markus Lindqvist
a7efd28036 Bump version number to 1.3.3 2019-10-23 15:32:42 +03:00
Markus Lindqvist
6693c5811a
Merge pull request #215 from cyqui/master
Fix #213: strokeDashArray expects an array rather than an object
2019-10-23 15:31:37 +03:00
Cyril Quintin
6887bc25d7 Fix #213: strokeDashArray expects an array rather than an object 2019-10-23 13:47:17 +02:00
Markus Lindqvist
ac713d0e63 Published version 1.3.2 2019-10-20 17:57:31 +03:00
Markus Lindqvist
dbb1e63265
Merge pull request #212 from fcortezmaira/master
Add dashed type for bar background
2019-09-27 08:22:53 +03:00
fecortez
cab76373df Update README to document dashedBackground and fix padding key from defaultProps 2019-09-26 16:38:43 -03:00
fecortez
b192139f41 Add dashed type for background 2019-09-26 14:24:25 -03:00
Markus Lindqvist
59d8e17a81
Merge pull request #209 from awinograd/master
Add support for rendering custom "cap" at tip of progress circle
2019-09-14 19:09:28 +03:00
Alec Winograd
2f20d8f3e9
Update README to document padding & renderCap 2019-09-13 16:55:14 -05:00
Alec Winograd
5a11d0ea4f Add ability to render a custom cap over the progress circle
Adds two new props

* padding - adds space around the circle to allow for a cap that bleeds over without clipping
* renderCap - a function that returns the Svg component to draw
2019-09-13 16:39:14 -05:00
Markus Lindqvist
9bfb51e5be
Merge pull request #208 from awinograd/patch-1
Update animate() return type
2019-09-12 21:38:41 +03:00
Alec Winograd
04642bc9f9
Update animate() return type 2019-09-12 12:20:37 -05:00
Markus Lindqvist
72e1d2d1b4
Merge pull request #203 from talhaazhar/master
Added Secondary Color Prop to dynamically change color as Progress increases for #188
2019-09-12 15:40:17 +03:00
Markus Lindqvist
3f4c444b59
Merge pull request #206 from Conrador/types-fix
Style types fix
2019-09-12 15:39:38 +03:00
Konrad Jaglowski
19c1fc77e4 Delete test id prop type 2019-09-12 12:01:53 +02:00
Konrad Jaglowski
95779f74b8 Add testID type 2019-09-12 11:18:33 +02:00
Konrad Jaglowski
040929637a Add types fix 2019-09-12 10:51:24 +02:00
Talha Azhar
b91b0f95b9
Update AnimatedCircularProgress.js 2019-09-04 09:45:31 -07:00
Talha Azhar
48855cad20
removing debugging log code 2019-09-04 09:44:50 -07:00
talhaazhar
a525102cf6 changing screenshot 2019-09-03 13:59:36 -07:00
talhaazhar
e94cfeecba updating screenshot to show visual changes 2019-09-03 13:47:00 -07:00
talhaazhar
4e0ca4ad86 Dynamic fill color addressing Issue #188 2019-09-03 13:45:35 -07:00
Markus Lindqvist
c2799049fa Use proper conventions 2019-07-16 18:18:55 +03:00
Markus Lindqvist
84aac7b24d Update version number to 1.3.0. Ignore example-app from npm 2019-07-16 16:39:04 +03:00
Markus Lindqvist
515b6bc3c7 Add new example app. Also fix some type definitions. Version 1.2.0 2019-07-16 16:37:47 +03:00
Markus Lindqvist
f474fd5cc3
Merge pull request #191 from rayzeller/master
Add style overrides for children container
2019-05-25 16:47:49 +03:00
Ray Zeller
bc1162997c Update README 2019-05-22 11:19:26 -06:00
Ray Zeller
c0449034ed Add style overrides for children container 2019-05-22 09:38:44 -06:00