Dmitry Gladkov
|
9a542aa415
|
Bump to 1.5.10
|
2016-06-06 18:06:38 +03:00 |
Dmitry Gladkov
|
366239e441
|
Refactor LinearGradient as functional component
|
2016-06-06 18:02:10 +03:00 |
Dmitry Gladkov
|
b780d9df2e
|
Remove redundant style prop check
|
2016-06-06 18:02:05 +03:00 |
Dmitry Gladkov
|
0b1998caf6
|
Merge pull request #86 from madox2/optional-style-prop
optional style property
|
2016-06-06 17:13:36 +03:00 |
Martin Bielik
|
3b1de6174d
|
optional style property
|
2016-06-02 14:16:53 +02:00 |
Dmitry Gladkov
|
57cb561e30
|
Bump to 1.5.9
|
2016-05-25 13:08:03 +03:00 |
Dmitry Gladkov
|
bdf810126f
|
Fix regression introduced in 1.5.8
|
2016-05-25 13:07:46 +03:00 |
Dmitry Gladkov
|
b1c2f34b56
|
Bump to 1.5.8
|
2016-05-25 12:57:13 +03:00 |
Dmitry Gladkov
|
fe55ead175
|
Ensure that locations prop array has the same length as colors array
|
2016-05-25 12:57:04 +03:00 |
Dmitry Gladkov
|
937af7ec70
|
Bump to 1.5.7
|
2016-05-12 17:19:19 +03:00 |
Dmitry Gladkov
|
dfd5656467
|
Merge pull request #79 from oblador/cocoapods-1.0-support
CocoaPods 1.0 support.
|
2016-05-12 17:01:34 +03:00 |
Joel Arvidsson
|
40a6dcda4a
|
CocoaPods 1.0 support.
|
2016-05-12 15:26:12 +02:00 |
Dmitry Gladkov
|
3b9759c8cb
|
Add transparent backgroundColor to Text in README example
|
2016-05-06 17:48:26 +03:00 |
Dmitry Gladkov
|
91de6c7ea3
|
Bump to 1.5.6
|
2016-05-06 17:10:06 +03:00 |
Dmitry Gladkov
|
bd938bef83
|
Use react-native dependency from node_modules on Android
|
2016-05-06 17:09:38 +03:00 |
Dmitry Gladkov
|
da90daa37a
|
Upgrade example project to latest react-native version
|
2016-05-06 17:02:07 +03:00 |
Dmitry Gladkov
|
697e3aed35
|
bump to 1.5.5
|
2016-05-05 13:13:46 +03:00 |
Dmitry Gladkov
|
6b4b1854e0
|
use es6 imports
|
2016-05-05 13:12:40 +03:00 |
Dmitry Gladkov
|
8e09380f81
|
Merge pull request #76 from jgibbons/master
Fixes for RN 0.24+
|
2016-05-05 13:02:07 +03:00 |
James Gibbons
|
3d8f720a4b
|
Fixes for RN 0.24+
|
2016-04-21 23:39:52 -04:00 |
Dmitry Gladkov
|
f8a52a864f
|
bump to 1.5.4
|
2016-04-21 12:49:24 +03:00 |
Dmitry Gladkov
|
abc05f8d4e
|
Merge pull request #75 from andreialecu/patch-1
Fix per corner border radius on android.
|
2016-04-20 18:19:56 +03:00 |
Andrei Alecu
|
5cbf3ab137
|
Fix per corner border radius on android.
|
2016-04-20 17:44:20 +03:00 |
Dmitry Gladkov
|
895cb02d31
|
Merge pull request #73 from SudoPlz/master
- Added Cocoapods instructions in Readme.md
|
2016-04-19 17:08:22 +03:00 |
John Kokkinidis
|
5a0eeebb8c
|
Fixed the line break within bold marks problem.
|
2016-04-19 15:34:51 +03:00 |
John Kokkinidis
|
3f87409f03
|
- Added Cocoapods instructions in Readme.md
|
2016-04-19 14:17:42 +03:00 |
Dmitry Gladkov
|
d1f7b2ba9b
|
Merge pull request #71 from greis/patch-2
Add required fields to podspec
|
2016-04-06 10:03:38 +03:00 |
Gabriel Reis
|
4be7e7d5ce
|
Add required fields to podspec
Cocoapods >= 1 requires `summary` and `author`
|
2016-04-05 16:21:14 -04:00 |
Brent Vatne
|
ccff513f1a
|
Bump version to 1.5.3
|
2016-03-25 12:34:45 -07:00 |
Brent Vatne
|
29521658d5
|
Merge pull request #66 from yianyue/master
Possible Fix for #62 & error with React-Native 0.22.0+
|
2016-03-25 12:33:10 -07:00 |
Yi An Yue
|
54e890aac5
|
Possible Fix for #62 & error with React-Native 0.22.0+
With the new React-Native build (0.22.0+), this fixes the error:
`Requiring unknown module "flattenStyle"`
|
2016-03-16 14:47:14 -04:00 |
Dmitry Gladkov
|
39dd2ecbcb
|
Merge pull request #65 from greis/patch-1
Match current version on podspec
|
2016-03-10 13:41:19 +02:00 |
Gabriel Reis
|
b3f9730260
|
Match current version on podspec
|
2016-03-09 16:51:06 -05:00 |
Dmitry Gladkov
|
d87a41e138
|
bump to 1.5.2
|
2016-02-22 12:19:29 +02:00 |
Dmitry Gladkov
|
5630523acd
|
Merge pull request #60 from martnu/patch-1
Work on Android even if style is not passed in
|
2016-02-22 12:18:31 +02:00 |
Martin Lundberg
|
fcb8deac05
|
Work on Android even if style is not passed in
Otherwise we get a "Cannot read property 'borderRadius' of undefined" since [flattenStyle() will return undefined](62e8ddc205/Libraries/StyleSheet/flattenStyle.js (L28) ) if style is undefined.
|
2016-02-22 09:53:09 +01:00 |
Dmitry Gladkov
|
eed84a2dd5
|
bump to 1.5.1
|
2016-02-09 14:06:33 +02:00 |
Dmitry Gladkov
|
9ebc893d25
|
Merge pull request #58 from oblador/cocoapods-1.5
CocoaPods support
|
2016-02-08 16:44:41 +02:00 |
Joel Arvidsson
|
402587df36
|
Fix path to moved objc source files.
|
2016-02-07 17:13:31 +01:00 |
Joel Arvidsson
|
a062ad5bb7
|
Adds CocoaPods podspec.
|
2016-02-07 14:22:33 +01:00 |
Dmitry Gladkov
|
36ca8342de
|
bump to 1.5.0
|
2016-02-01 17:10:29 +02:00 |
Dmitry Gladkov
|
abe8c03968
|
update required RN version and Android installation instructions
|
2016-02-01 17:06:11 +02:00 |
Dmitry Gladkov
|
1e5470b475
|
#57 change ReactProp import, update build.grade RN version
|
2016-02-01 16:57:03 +02:00 |
Dmitry Gladkov
|
7f4d8f0602
|
bump to 1.4.0
|
2016-01-27 15:39:06 +02:00 |
Dmitry Gladkov
|
0805153538
|
unify PropTypes across platforms
|
2016-01-27 15:38:15 +02:00 |
Dmitry Gladkov
|
5601b7ccdf
|
Merge branch 'android-borders'
|
2016-01-27 15:17:33 +02:00 |
Dmitry Gladkov
|
7694263f78
|
use flattenStyle for style introspection
|
2016-01-27 15:16:29 +02:00 |
Dmitry Gladkov
|
45df07fa0b
|
Merge pull request #55 from technicallyfeasible/master
Fix partial update related crashes
|
2016-01-25 20:06:38 +02:00 |
Jens
|
3ec15207ee
|
Fix partial update related crashes
|
2016-01-25 12:27:46 +01:00 |
Dmitry Gladkov
|
48728d6d19
|
optimize render performance for rounded corners on Android
|
2016-01-20 14:12:44 +02:00 |