193 Commits

Author SHA1 Message Date
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
Brent Vatne
764c03c0dd Update README with Epxo name change and Snack link 2017-07-07 20:44:54 -07:00
James Ide
2ce6dfbd0d Bump version to 5.3.0 for RN 0.46, update peerDependency range for RN 2017-07-07 20:33:50 -07:00
magicismight
3852e3eacd Update readme 2017-06-08 14:26:48 +08:00
Horcrux
30488bb71a Merge pull request #341 from JPeer264/patch-1
Docs: update TouchEvents examples
2017-06-08 10:02:25 +08:00
fxwan
1e6f36053a Add Basic support to transform props, including translate, rotate, scale, skewX, skewY and matrix. Keep in mind that the current implementation doesn't support 3-arguments rotate(a, x, y) transform yet. 2017-06-05 16:54:25 +03:00
Seph Soliman
bd1d4a7e1d Fixed prop name case
Casing is important for properties. "viewbox" does nothing while "viewBox" works.
2017-05-23 13:01:25 +02:00
Jan Peer Stöcklmair
c77e07b59f Docs: update TouchEvents examples 2017-05-19 21:00:45 +02:00
magicismight
c2c96e1431 Update README.md 2017-05-05 10:18:09 +08:00
陈阳
beb0ee9506 Upgrade react-native to 0.44.0, Upgrade peerDependencies 2017-05-02 11:57:56 +08:00
Horcrux
9362865639 Fix #283 2017-03-16 00:31:31 +08:00
Horcrux
4e60455de0 Update README.md 2017-03-05 09:13:58 +08:00
Horcrux
2bf7f8b578 Merge pull request #269 from joshuapinter/patch-1
Add manual Android instructions.
2017-03-05 08:08:02 +08:00
Joshua Pinter
c565e759b2 Add possible options for strokeLinecap and strokeLinejoin. 2017-03-02 12:30:56 -07:00
Joshua Pinter
4f4b8e54a7 Add manual Android instructions.
Especially important when integrating React Native into existing applications that rnpm or react-native link don't work.
2017-03-02 10:48:08 -07:00
Horcrux
00e1f69b1b Merge pull request #249 from react-native-community/5.1.5
refactor Components props extracting
2017-02-03 19:49:26 +08:00
Horcrux
5bd9b40c17 refactor Components props extracting 2017-02-03 19:43:25 +08:00
Jorge Arteaga
a57093965c Update README.md 2017-01-31 12:07:27 -04:00
Horcrux
f529f93565 Fix stroke render on iOS 2017-01-22 15:34:09 +08:00
Horcrux
daa10935f0 Remove more Text features from TODO list 2017-01-12 21:27:19 +08:00
Horcrux
f9fe7bdc4e merge master fix conflicts 2017-01-09 11:11:12 +08:00
Horcrux
884c9a228a Add supports for react-native@0.40.0
Add supports for react-native@0.40.0 and upgrade to 4.5.0
2017-01-05 11:45:16 +08:00
Horcrux
2643b0a534 bump version and update readme 2016-11-29 21:38:45 +08:00
Horcrux
a305a33985 merge master 2016-11-09 15:32:09 +08:00
Jack Reed
44aa714621 add touch event information to readme 2016-10-26 08:11:35 -04:00
Horcrux
ed2da1b364 Merge branch 'master' into text-refactor 2016-09-17 21:06:33 +08:00
Horcrux
5f4ff90c2a finish basic Text features on iOS 2016-09-17 17:14:31 +08:00
Horcrux
7d72be92c5 textPath => TextPath, tspan => TSpan 2016-09-16 20:19:37 +08:00
Horcrux
37c5982f6a move example to a new repo 2016-09-15 15:06:17 +08:00
Horcrux
6ab26ae8af Add anchor for Usage title 2016-09-14 22:11:20 +08:00
Horcrux
b83d537ab8 format Installation document 2016-09-14 21:58:16 +08:00
Kane Rogers
92baaa0b79 README cleanup 2016-09-13 21:08:34 -07:00
Brent Vatne
bf68272227 Fix formatting in README 2016-09-13 21:03:23 -07:00
Brent Vatne
3d4974942a Make the example project compatible with Exponent and publish it 2016-09-13 21:02:28 -07:00
Horcrux
5c4361dded Add note about version dependency 2016-09-11 10:25:48 +08:00
Horcrux
602da75e8f update README 2016-08-30 09:50:40 +08:00
Horcrux
9958f79612 use default style for download badge 2016-08-26 15:43:33 +08:00
Horcrux
5bcd26566a change badge 2016-08-26 15:42:28 +08:00
Horcrux
42b0c75378 remove tref from todo list
remove `tref` from todo list since it is not supported for most
browsers.
2016-08-26 09:52:36 +08:00
Horcrux
81f8291af0 remove fixed issue from known issues list 2016-08-25 17:36:06 +08:00
netroby
6dff186701 Add code highlight for readme.md 2016-08-23 11:16:45 +08:00
Horcrux
c9a64c44fc update example`s react-naitve version to 0.31.0 2016-08-19 16:02:05 +08:00
Horcrux
b705280326 bump version to 4.1.1 2016-08-13 15:55:27 +08:00
Horcrux
41d8bb8ccd add known issues into README 2016-08-13 15:37:11 +08:00
Horcrux
d1afb78da0 Add preserveAspectRatio prop for Image
Add preserveAspectRatio prop for Image.
Fix touch events for Image on Android.
Fix viewBox slice bug on Android.
2016-08-13 14:03:08 +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
6c7c2fdf3f Add touch events support for G elements 2016-07-31 22:01:14 +08:00
Horcrux
f2ee72bb76 Improve examples and document 2016-07-27 11:34:42 +08:00
Horcrux
efa7363b6f Add setNativeProps method for most of elements 2016-07-18 18:34:54 +08:00
Horcrux
7307715712 add touchable support for shape elements 2016-06-09 23:30:10 +08:00