Mikael Sand
|
4e6ba9a786
|
Remove internal imports. Run prettier.
|
2018-03-19 04:02:14 +02:00 |
|
Horcrux
|
9bdc23d4e6
|
merge master
|
2017-11-07 17:25:57 +08:00 |
|
Bruno Lemos
|
4a71c7f932
|
Make createReactNativeComponentClass backward compatible with react native < 0.50
|
2017-10-27 20:44:55 -02:00 |
|
Christoph Oberhofer
|
3db9489652
|
Fixed exports due to changed API signature of createReactNativeComponentClass
|
2017-10-18 22:39:28 +02:00 |
|
Mikael Sand
|
eea2b4a0a8
|
Merge remote-tracking branch 'up/5.3.3' into 5.3.0-conformance
# Conflicts:
# elements/TextPath.js
# lib/extract/extractViewBox.js
|
2017-08-04 17:22:54 +03:00 |
|
michal jarnot
|
30f968c546
|
Fix createReactNativeComponentClass import statements
|
2017-07-21 14:23:25 +02:00 |
|
Mikael Sand
|
7547effd1f
|
Merge remote-tracking branch 'upstream/master' into 5.3.0-conformance
# Conflicts:
# lib/extract/extractViewBox.js
# package.json
|
2017-07-15 14:07:29 +03:00 |
|
Igor Borges
|
2e5ea29e68
|
move createReactNativeComponentClass import
|
2017-06-26 18:11:32 -03:00 |
|
Mikael Sand
|
155fa4b6ae
|
Implement support for em in dx and dy attributes and font props for G element
|
2017-06-20 03:15:01 +03:00 |
|
Horcrux
|
5bd9b40c17
|
refactor Components props extracting
|
2017-02-03 19:43:25 +08:00 |
|
Pablo Carrillo
|
3e261b6c0a
|
Fixes #188 in the master repo by replacing the path in the import with the new path
|
2016-11-24 15:05:02 +00:00 |
|
Horcrux
|
1dbe898d88
|
fix lint warnings.
|
2016-08-12 13:46:40 +08:00 |
|
Horcrux
|
6c7c2fdf3f
|
Add touch events support for G elements
|
2016-07-31 22:01:14 +08:00 |
|
Horcrux
|
7d09dcde29
|
fix lint warnings
|
2016-07-27 12:10:12 +08:00 |
|
Horcrux
|
aee3038996
|
fix missed props.x and props.y
|
2016-07-27 11:13:02 +08:00 |
|
Horcrux
|
7e13b801e1
|
refactor text render
Support G inherit props.
Refactor text render. Text glyphs will perfectly draw along the path
|
2016-07-22 23:49:15 +08:00 |
|
Horcrux
|
5ee5c2239a
|
fix memory leak issue with CGMutablePathRef
|
2016-07-21 18:22:23 +08:00 |
|
Horcrux
|
18e1b60823
|
complete ClipPath refactor
|
2016-07-20 14:44:19 +08:00 |
|
Horcrux
|
dd6cb80e84
|
refactor Use and Defs element with native code support(iOS)
|
2016-07-19 23:09:51 +08:00 |
|
Horcrux
|
efa7363b6f
|
Add setNativeProps method for most of elements
|
2016-07-18 18:34:54 +08:00 |
|
Horcrux
|
2516a778ba
|
use createReactNativeComponentClass inside from react
due to the peerDependency of react-native is >=0.29.0.
so there is no need to consider compatibility with react-native@0.27.0
and below.
|
2016-07-18 17:35:42 +08:00 |
|
Horcrux
|
233ea81a4a
|
fix create native component issue
fix create native component issue
|
2016-05-15 10:50:53 +08:00 |
|
Horcrux
|
91c6115e6e
|
Fix #32
Fix #32 (G elements context bug)
|
2016-05-13 11:50:03 +08:00 |
|
Deray
|
3e100a8340
|
fixed path for import createReactNativeComponentClass
|
2016-05-12 18:34:03 +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
|
fa751e31b0
|
complete ClipPath element on iOS
|
2016-04-27 23:14:15 +08:00 |
|
Horcrux
|
902bdcb1d0
|
fix text context and complete gradient js code
|
2016-04-26 22:08:54 +08:00 |
|
Horcrux
|
24dcc83a80
|
complete basic shapes(ios)
|
2016-04-26 19:10:57 +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
|
e001285cbe
|
Refactor reuse elements
Refactor reuse elements
|
2016-01-25 11:39:31 +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
|
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
|
b871e0087e
|
Add G element
Add G element
|
2016-01-22 18:41:52 +08:00 |
|