Commit Graph

222 Commits

Author SHA1 Message Date
Gant Laborde 0be670d349 2.4.0 2017-12-21 08:22:48 -06:00
Gant Laborde 971394f38e format fix 2017-12-21 08:22:31 -06:00
Gant Laborde 9e0e1785cf
Merge pull request #235 from sjmueller/master
Rename start & end properties to fix conflict with RN 51
2017-12-20 09:53:11 -05:00
Sam Mueller a77528523e Rename start & end properties to fix conflict with RN 51
A recent commit in RN added start/end properties to RCTViewManager.
Because LinearGradient inherits from this class and has properties of
the same name, RN gets mixed up and tries to convert to a YGValue
instead of CGPoint, which results in the exception:

```
Error setting property 'start' of BVLinearGradient with tag #18: JSON
value '{
    x = 0;
    y = 0;
}' of type NSMutableDictionary cannot be converted to a YGValue.
```
2017-12-14 12:09:56 -08:00
Gant Laborde 76fccfa7ea
Merge pull request #232 from uqmessias/master
Check for ext property on Android gradle module
2017-11-05 09:53:37 -06:00
Uilque Messias 0fb4e85da7 Check for ext property on Android gradle module 2017-11-02 17:30:22 -02:00
Gant Laborde fc78bac027
Merge pull request #231 from uqmessias/master
Setup dynamic version for Android SDK
2017-11-02 09:15:24 -05:00
Uilque Messias 65ba2dd42a Setup dynamic version for Android SDK
This patch sets a dynamic version, based on `rootProject`, for
Android SDK and React Native.
2017-10-31 19:08:33 -02:00
Gant Laborde 19335d4b42
Merge pull request #228 from uqmessias/master
Bump Android build tools and SDK version
2017-10-31 13:26:23 -05:00
Uilque Messias f7afa388dd Bump Android build tools and SDK version
This commit bump all needed versions to a newer version.
2017-10-31 15:38:28 -02:00
Gant Laborde 4465b89247
Merge pull request #163 from everalbum/master
bump Android libs
2017-10-31 12:20:35 -05:00
Gant Laborde ec18c780c2 Merge pull request #222 from PaitoAnderson/patch-1
Added TypeScript Typings
2017-09-30 10:42:32 -05:00
Paito Anderson d4d15ee521 Added TypeScript Typings
Not sure if you are interested in supporting Typescript users, but I did this while using your library for myself and thought I would share. Thanks!
2017-09-30 11:36:05 -04:00
Faisal Alqadi 1d0edf9039 Bump target sdk 2017-08-25 12:12:27 -07:00
Dmitry Gladkov 5accd5c8ea Bump to 2.3.0 2017-08-23 21:59:07 +12:00
Dmitry Gladkov 03ea3d0541 Merge pull request #179 from JulienKode/master
[TvOS] Add tvOS target
2017-08-23 12:39:24 +03:00
Dmitry Gladkov afe6057a13 Merge pull request #183 from abdurrahmanekr/master
npmignore Examples/ added
2017-08-07 16:33:12 +03:00
Dmitry Gladkov bfcad234a3 Bump to 2.2.0 2017-08-07 16:29:11 +03:00
Dmitry Gladkov 9c53971893 Merge pull request #193 from Benjamin-Dobell/master
Handle Android RN 0.47 breaking change
2017-08-07 16:28:39 +03:00
Benjamin Dobell 4799a1d001 Handle Android RN 0.47 breaking change 2017-07-17 00:44:49 +10:00
Gant Laborde 82b3eeff5c Merge pull request #192 from gitim/fix-contextify-crash
Fix crash while module installation
2017-07-15 13:55:07 -05:00
Timur Gibadullin d62ccfc1f3 Fix crash while module installation 2017-07-15 21:01:58 +03:00
Gant Laborde 1e50eefce3 Merge pull request #171 from skv-headless/ViewPropTypes
update example to rn 44, fix View.propTypes warning
2017-07-15 12:38:43 -05:00
Gant Laborde e3d4aee698 Merge branch 'master' into ViewPropTypes 2017-07-15 12:38:29 -05:00
Gant Laborde 811c94d2f3 Merge pull request #186 from gitim/replace-react-PropTypes-with-prop-types
Replace PropTypes from react with form prop-types package
2017-07-05 08:46:32 -05:00
Gant Laborde 1c50f2b7ed Merge branch 'master' into replace-react-PropTypes-with-prop-types 2017-07-05 08:45:16 -05:00
Gant Laborde 0249d8b86a Merge pull request #172 from mettin/master
use new ViewPropTypes
2017-07-05 08:42:27 -05:00
Timur Gibadullin 416b84a72b Replace PropTypes from react with form prop-types package 2017-06-29 15:50:59 +03:00
abdurrahmanekr 201897cca8 npmignore Examples/ added 2017-06-22 10:25:46 +03:00
Julien Karst d359118c73 [TvOS] Add tvOS target 2017-06-19 13:58:30 +02:00
Gant Laborde 35c6bb4858 Merge pull request #174 from designorant/master
Add index.js to save everyone fiddling with their eslint and/or flow configs

# Tested on iOS and Android by @gantman before merging
2017-06-11 10:58:21 -05:00
Michał Ordon 07ef627ffd Add index.js to save everyone fiddling with their eslint and/or flow configs
Context: https://github.com/react-native-community/react-native-linear-gradient/issues/110
2017-05-31 16:52:04 +01:00
Faisal Alqadi 8dab866d8c Use react native version that parent specifies 2017-05-29 17:03:31 -07:00
m.parzinski 753fb41d2d use new ViewPropTypes 2017-05-23 15:42:38 +02:00
Sokovikov a9d44bf204 update example to rn 44, fix View.propTypes warning 2017-05-12 15:49:10 +04:00
Ralph Pina d6e307af48 fixed lint 2017-04-11 16:41:36 -07:00
Ralph Pina 6ea9ce3904 bump Android libs 2017-04-11 14:31:41 -07:00
Dmitry Gladkov df8ce9569d Reword prop README, state View props support 2017-03-30 15:51:21 +03:00
Dmitry Gladkov 50d3254495 Update README with new prop types, more examples 2017-03-30 15:24:07 +03:00
Dmitry Gladkov 28f503d010 Merge pull request #153 from ajonno/patch-1
Update README.md
2017-03-30 14:47:43 +03:00
Dmitry Gladkov 66bb5efa42 Fix broken Markdown layout as per spec changes 2017-03-30 13:53:44 +03:00
Angus Johnston 537aa439af Update README.md
added definitions for props (thanks to Exponent!)
2017-03-01 12:47:00 +11:00
Dmitry Gladkov 14bf9a06a7 Update supported version in the README 2017-01-11 17:06:20 +02:00
Dmitry Gladkov ee912949df Merge pull request #132 from rh389/master
BREAKING: Update for RN@0.40.0, new header paths
2017-01-11 17:04:54 +02:00
rh389 8cbf850947 Update for RN 0.40, bump to 2.0.0 2017-01-06 15:16:49 +00:00
Dmitry Gladkov e68a7eb0d3 Merge pull request #135 from kevinvangelder/patch-1
Update Readme With New Start/End Object Syntax
2016-12-29 00:41:30 +02:00
Kevin VanGelder 2650f1b770 Update Readme With New Start/End Object Syntax
#129 changed the syntax for start/end but neglected to update the example in the readme.
2016-12-28 11:58:46 -08:00
Dmitry Gladkov 6d4ee6274a Fix README typo 2016-12-28 10:31:20 +02:00
Dmitry Gladkov d8f7b431c9 Fix coordinates for Android, bump version to 1.6.2 2016-12-27 13:29:20 +02:00
Dmitry Gladkov 409d45b54d Update AnimatedGradient example app to react-native 0.39.2 2016-12-26 19:59:59 +02:00