Commit Graph

111 Commits

Author SHA1 Message Date
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
Dmitry Gladkov 8bc029dc14 antialias rounded corners on Android 2016-01-20 14:12:36 +02:00
Dmitry Gladkov bb0373783c #47 fix borderRadius on Android 2016-01-19 19:31:20 +02:00
Dmitry Gladkov 868edfc050 fix line numbers in example link 2016-01-19 14:39:26 +02:00
Dmitry Gladkov 9a6a629ea3 move images into subdirectory 2016-01-19 14:38:18 +02:00
Dmitry Gladkov 8119e5e432 move iOS code into the separate directory 2016-01-19 14:26:58 +02:00
Dmitry Gladkov 8aaec19c12 make mPaint final 2016-01-19 13:52:25 +02:00
Dmitry Gladkov e7bba10302 do not declare variable in createViewManagers 2016-01-19 12:51:35 +02:00
Dmitry Gladkov d5961d4cdf do not suppress prop errors on Android 2016-01-19 12:16:15 +02:00
Dmitry Gladkov c41e14aa47 create LinearGradientView directly instead of wrapping in FrameLayout 2016-01-19 10:58:59 +02:00
Brent Vatne a4701d266b Bump to 1.3.2 2016-01-18 11:40:13 -08:00
Brent Vatne 2f6d87951a Merge pull request #53 from dgladkov/issue52
Fix package entry point and default end position value on Android
2016-01-18 11:39:36 -08:00
Dmitry Gladkov 81922a5089 style changes 2016-01-18 20:30:39 +02:00
Dmitry Gladkov b63f00ab0b use 1 as default gradient end position on Android 2016-01-18 20:27:07 +02:00
Dmitry Gladkov 0fd376a004 use platform agnostic package entry point 2016-01-18 20:22:46 +02:00
Brent Vatne fefc7e9897 Delete local.properties 2016-01-15 21:02:50 -08:00
Brent Vatne d6f85741f4 Merge pull request #51 from salzhrani/patch-1
update LinearGradientView
2016-01-14 09:49:59 -08:00
Brent Vatne 6c039833fa Merge pull request #50 from frantic/master
Add "main" entry point to package.json
2016-01-14 09:49:34 -08:00
Samy Al Zahrani 872f504797 handle floats 2015-12-25 13:11:37 +03:00
Samy Al Zahrani a2503d0666 update LinearGradientView
Should fix #48 and #49
2015-12-25 12:18:05 +03:00
Alex Kotliarskyi c56ecf0e14 Bump to 1.3.1 2015-12-17 10:33:50 -08:00
Alex Kotliarskyi 75da98fff4 Add "main" entry point to package.json
This fixes an issue with requiring react-native-linear-gradient from @flow-ified
file, which used to produce "module not found" error.
2015-12-17 10:31:35 -08:00
Brent Vatne 50ea255fb4 Merge pull request #46 from Kureev/patch-1
Add a rnpm using section to README.md
2015-12-11 18:55:15 -08:00