Commit Graph

36 Commits

Author SHA1 Message Date
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
Mikael Sand
1a9a051ee9 Fix linting, warnings, add noinspection suppression comments. 2017-07-24 00:08:28 +03:00
michal jarnot
30f968c546 Fix createReactNativeComponentClass import statements 2017-07-21 14:23:25 +02:00
Igor Borges
2e5ea29e68 move createReactNativeComponentClass import 2017-06-26 18:11:32 -03:00
Tim Rijavec
294d2da2b3 Replaced React and RN PropTypes with prop-types package 2017-05-15 16:34:42 +01:00
Horcrux
9df76e5668 Use Image.propTypes.source as href propType 2017-04-04 10:45:54 +08:00
Horcrux
cad8d8902b Merge pull request #216 from gpminsuk/master
Data URI support for href in react-native-svg Image tag
2017-04-04 10:41:35 +08:00
Horcrux
5bd9b40c17 refactor Components props extracting 2017-02-03 19:43:25 +08:00
Horcrux
1b04e11ca4 Refactor Symbol on iOS 2017-01-22 17:51:47 +08:00
Minsuk Kang
2f8d9aafd2 revert data:// 2017-01-06 14:47:36 -08:00
Minsuk Kang
680e001070 Image ratio validation and check for iOS 2017-01-06 14:46:59 -08:00
Minsuk Kang
57c1fe5a96 To allow only data URI as iOS does not support async image loading 2017-01-06 13:31:40 -08:00
Minsuk Kang
cf974b64f8 Add width/height proptypes 2017-01-05 23:47:38 -08:00
Minsuk Kang
c3a736b1b9 Add uri loading 2017-01-05 21:56:38 -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
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
92ea884d6f native prop trans => matrix 2016-07-27 15:54:45 +08:00
Horcrux
7d09dcde29 fix lint warnings 2016-07-27 12:10:12 +08:00
Horcrux
a2598a5591 native prop tranform => trans,fix defs typo 2016-07-25 11:15:39 +08:00
Horcrux
ff2395bcc2 finish gradients refactor 2016-07-20 22:38:45 +08:00
Horcrux
18e1b60823 complete ClipPath refactor 2016-07-20 14:44:19 +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
dba1fb2801 add touchableProps and responderProps into propTypes 2016-06-09 23:35:08 +08:00
Horcrux
7307715712 add touchable support for shape elements 2016-06-09 23:30:10 +08:00
Horcrux
233ea81a4a fix create native component issue
fix create native component issue
2016-05-15 10:50:53 +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
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
93d6a70f60 fix lint warnings 2016-05-05 18:51:24 +08:00
Horcrux
0b887bccf5 add Image element (iOS) 2016-05-05 18:50:22 +08:00
Horcrux
cbce096b5c Use eslint, add travis-ci 2016-05-04 17:54:30 +08:00
Horcrux
f887fc66ff Add todolist 2016-04-24 10:59:33 +08:00