191 Commits

Author SHA1 Message Date
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
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
m.parzinski
753fb41d2d use new ViewPropTypes 2017-05-23 15:42:38 +02: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 2.0.0 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 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
Dmitry Gladkov
32f03034c3 Bump to 1.6.1 1.6.1 2016-12-26 19:54:24 +02:00
Dmitry Gladkov
c90a2ae6ed Android support for new point type 2016-12-26 19:53:48 +02:00
Dmitry Gladkov
11d8fcd9ce Update installation instructions 2016-12-26 18:30:03 +02:00
Dmitry Gladkov
32d93b1e23 bump to 1.6.0 1.6.0 2016-12-26 18:14:25 +02:00
Dmitry Gladkov
e4ead962c8 Merge pull request #129 from cpunion/master
Fix point type
2016-12-26 18:13:04 +02:00
Li Jie
23b9606bef Fix point type 2016-12-07 15:15:02 +08:00
Dmitry Gladkov
4c5c2d836c Bump to 1.5.15 1.5.15 2016-11-09 15:43:59 +02:00
Dmitry Gladkov
4ddaecd9ce Merge pull request #123 from cmcewen/fix-flow
Add proper flow types
2016-11-09 15:43:05 +02:00
Connor McEwen
8c64dcab94 Add proper flow types 2016-11-08 15:05:34 -08:00
Dmitry Gladkov
c719101c49 Merge pull request #121 from kyungkoo/master
add pod 'React' to notify changed path.
2016-11-08 15:57:39 +02:00
kyungkoo
447bcba532 add pod 'React' to notifiy changed paht 2016-11-08 20:42:28 +09:00
Dmitry Gladkov
1822cd9ece Bump to 1.5.14 1.5.14 2016-10-27 14:18:38 +03:00
Dmitry Gladkov
8aab9d9f53 Merge pull request #118 from aprct/master
Implement setNativeProps to allow use in TouchableHighlight, etc
2016-10-27 14:15:52 +03:00
fei
b226ffb7ba Merge branch 'master' of https://github.com/aprct/react-native-linear-gradient 2016-10-25 11:02:08 -07:00
fei
890fd1877b Implement setNativeProps in component to allow use as a child component in TouchableHighlight, etc. 2016-10-25 10:59:39 -07:00
Dmitry Gladkov
21e33e297f Merge pull request #116 from wokalski/patch-1
s/brentvatne/react-native-community in Readme
2016-10-20 17:56:50 +03:00
Wojtek Czekalski
88370a2917 s/brentvatne/react-native-community in Readme
Fixes links
2016-10-20 16:18:35 +02:00
Dmitry Gladkov
7f5155bc95 Bump to 1.5.13 1.5.13 2016-09-22 16:20:32 +03:00
Dmitry Gladkov
927eb6a134 Merge pull request #111 from slycoder/android-clamp
Use CLAMP instead of MIRROR
2016-09-22 16:19:10 +03:00
Jonathan Chang
6db9cbc0a9 Use CLAMP instead of MIRROR
This matches the behavior on iOS where the gradient’s edge color is
extended if the view’s bounds exceed the gradient positions.
2016-09-14 23:09:28 -07:00
Brent Vatne
2cb5bc019f Merge pull request #109 from joshuapinter/patch-1
Add Import method to usage instructions.
2016-09-10 20:41:44 -07:00
Joshua Pinter
73df1d3602 Add Import method to usage instructions.
Use `var LinearGradient = require('react-native-linear-gradient');` as shown in the Login example app does not work.
2016-09-10 21:17:27 -06:00
Dmitry Gladkov
2a9f95efa4 Merge pull request #105 from lukaswelte/patch-1
Add LICENSE file in the repository
2016-08-24 19:59:51 +03:00
Lukas Welte
a8922b7789 Add LICENSE file in the repository 2016-08-24 16:41:22 +02:00
Dmitry Gladkov
31486f4f30 Merge pull request #101 from sahat/patch-2
fixed quote character
2016-07-25 13:38:13 +03:00
Sahat Yalkabov
48d08bdb89 fixed quote character 2016-07-25 03:26:52 -07:00
Dmitry Gladkov
5b2a1bb83e Merge pull request #99 from jasonalmaturner/master
updating README.md to reflect breaking changes in react-native@0.29
2016-07-18 21:33:26 +03:00
Jason Turner
940675fde2 updating README.md to reflect breaking changes in react-native@0.29 2016-07-18 11:50:16 -06:00
Brent Vatne
4ee81aa5e8 Fix link to example project 2016-06-30 15:03:19 -07:00
Dmitry Gladkov
b1c9ad9fb1 Merge pull request #94 from benhughes/patch-1
Adding license to package.json
2016-06-17 17:25:50 +03:00
Ben Hughes
889b212922 Adding license to package.json 2016-06-17 14:38:08 +01:00