Commit Graph

33 Commits

Author SHA1 Message Date
Mikael Sand
1a9a051ee9 Fix linting, warnings, add noinspection suppression comments. 2017-07-24 00:08:28 +03:00
Horcrux
01cf68d319 Merge pull request #336 from timrc/gh331-prop-types-deprecated
Replaced React and RN PropTypes with prop-types package
2017-06-08 10:06:00 +08:00
orenklein
d335a4db07 Migrate from View.propTypes to ViewPropTypes
According to react native 0.44 changes. 
(#338 #331)
2017-05-18 16:28:11 +03:00
Tim Rijavec
294d2da2b3 Replaced React and RN PropTypes with prop-types package 2017-05-15 16:34:42 +01:00
Horcrux
393e5096c4 Remove unused code 2017-01-22 21:18:45 +08:00
Horcrux
3765e52c67 Invoke toDataURL on Android in a more proper way 2017-01-22 18:27:35 +08:00
Horcrux
1b04e11ca4 Refactor Symbol on iOS 2017-01-22 17:51:47 +08:00
Horcrux
1dbe898d88 fix lint warnings. 2016-08-12 13:46:40 +08:00
Horcrux
e747cc82a6 Add support to base64 data from svg
use `svgRef.toDataURL(function (base64) {console.log(base64);});` to get
base64 data of svgRef
2016-08-12 11:13:27 +08:00
Horcrux
76a3e8e32d add toDataURL method for svg elements
Add toDataURL method for svg elements to get data64 data  of svg.(iOS)
Add example for this.
2016-08-10 16:54:48 +08:00
Horcrux
7f4eb47f81 fix touch events within the elements which are nested in G 2016-08-06 21:37:58 +08:00
Horcrux
fece0c0812 fix #63 2016-07-27 17:41:24 +08:00
Horcrux
7d09dcde29 fix lint warnings 2016-07-27 12:10:12 +08:00
Horcrux
10b28434bb refactor viewBox for svg 2016-07-23 23:44:26 +08:00
Horcrux
18e1b60823 complete ClipPath refactor 2016-07-20 14:44:19 +08:00
Horcrux
ce74efc58d add touch responder system on android 2016-05-18 17:33:54 +08:00
Horcrux
8d01e8eccb refactor shape elements add responder system.
refactor shape elements add responder system.
Just iOS.
2016-05-15 00:40:43 +08:00
Horcrux
080fcb86fd fix lint warning, remove unused module 2016-05-13 11:04:07 +08:00
chunghe
4af7dc664b React API must be now required from react package 2016-05-12 13:04:04 +08:00
Horcrux
be8c273adf Add eslint 2016-05-04 11:24:13 +08:00
Horcrux
bc6982518e none flex layout use actual dimensions as width and height set 2016-04-29 23:25:28 +08:00
Horcrux
5008457ba6 fix percentage bug, add Svg element flex layout support 2016-04-29 21:26:04 +08:00
Horcrux
1baf00c034 fix ellipse draw bug and fix shape props context 2016-04-26 21:04:54 +08:00
Horcrux
fa1aea094a add clipping js code 2016-04-21 15:44:25 +08:00
Horcrux
d700ca5493 refactor all components and isolated from ART dependency 2016-04-20 00:52:59 +08:00
Horcrux
c8a04c3d28 remove unused vars 2016-04-19 15:18:16 +08:00
Horcrux
2cd7290808 优化 Symbol
优化 Symbol
2016-01-25 18:38:35 +08:00
Horcrux
50b941c4bc Add Symbol element refactor viewbox
Add Symbol element refactor viewbox
2016-01-25 18:07:06 +08:00
Horcrux
11c211a9a9 add Use element and add example for it
add Use element and add example for it
2016-01-23 19:25:12 +08:00
Horcrux
af0995022d apply common stroke processor to elements
apply common stroke processor to elements
2016-01-23 16:50:11 +08:00
Horcrux
1fecd0a015 Add G example and add viewbox for Svg
Add G example and add viewbox for Svg
2016-01-23 16:08:19 +08:00
Horcrux
d40921354b Add Text
Add Text
2016-01-23 11:09:00 +08:00
Horcrux
a482948b83 Add examples and refactor code
Add examples and refactor code
2016-01-21 23:44:38 +08:00