154 Commits

Author SHA1 Message Date
Jeremi Stadler
b6b50ce3c3 Use the correct urls for issues, homepage & repo (#221)
* Use the correct urls for issues, homepage & repo

* Update podspec urls
2017-07-10 15:23:25 +02:00
Alexey
375d522a83 Update .npmignore 2017-07-09 23:39:36 +02:00
Alexey
89ac59114b Update .gitignore 2017-07-09 23:39:18 +02:00
Julien K
8ce7270c72 [tvOS] Update README.MD (#220)
* [docs] Folder that contains assets for documentation

* [tvOS] Update Readme

Update readme to show how to setup react-native-blur on tvOS

* [Gitignore] Add docs folder
2017-07-09 23:38:50 +02:00
Alexey
defffdcb62 Release v3.1.2. 2017-06-30 11:42:34 +02:00
Tim Gibadullin
9a9d5aaf02 Replace PropTypes from react with form prop-types package (#217) 2017-06-30 11:42:10 +02:00
Alexey
4eba536639 Release v3.1.1. 2017-06-27 15:51:32 +02:00
Doron Pearl
10af4bac54 fix OS TV target check (#211) 2017-06-27 15:50:55 +02:00
Alexey
ebd8247ca4 Release v3.1.0. 2017-06-26 14:44:13 +02:00
Julien K
e41c7dbcd5 [tvOS] Add new blur types and setNativeProps (#210)
* [BlurView] Add tvOS blurTypes

* [BlurView] Add setNativeProps to use it in touchablehightlight

* [BlurView] Add blurTypes of tvOS

* [README] Add tvOS blur types

* [VibrancyView] Add setNativeProps
2017-06-26 14:43:33 +02:00
Alexey Kureev
8868be730c Release v3.0.0. 2017-06-13 23:32:41 +02:00
Alexey
12160ba5f8 Merge pull request #205 from JulienKode/master
[tvOS] Add target to use blur on tvOS
2017-06-13 23:30:15 +02:00
Julien Karst
a47b992f13 [tvOS] Add target to use blur on tvOS 2017-06-13 11:41:35 +02:00
Alexey
96c8afeb55 Merge pull request #202 from nfcampos/view-prop-types
Fix deprecation warning of accessing View.propTypes
2017-05-23 22:16:13 -04:00
Nuno Campos
5bef019389 Fix deprecation warning of accessing View.propTypes 2017-05-21 11:33:36 +01:00
Alexey
691731964e Update README.md 2017-04-17 22:53:45 +02:00
Alexey Kureev
db9219967f Release v3.0.0-alpha. 2017-04-17 22:52:25 +02:00
Alexey
c053fa3697 Merge pull request #184 from ndbroadbent/consistent-api
Consistent API for Android and iOS
2017-04-17 22:45:56 +02:00
Alexey
f5b8ee5298 Merge pull request #186 from ndbroadbent/eslint
Made a few changes to .eslintrc, just to make it a bit more comfortable
2017-04-17 22:44:49 +02:00
Alexey
ec92d84a88 Merge pull request #183 from ndbroadbent/fix-ios
Fix everything for iOS
2017-04-17 22:18:10 +02:00
Nathan Broadbent
e32ab5f1e0 Make API consistent for Android and iOS, so can use blurAmount and blurType on both. 2017-04-17 23:17:01 +07:00
Nathan Broadbent
0a57f05390 Made a few changes to .eslintrc, just to make it a bit more comfortable 2017-04-17 22:29:40 +07:00
Nathan Broadbent
10858e396b Fixed all the issues with iOS, and allow individual blurAmounts (instead of one shared value.)
Also changed VibrancyView to be a subclass of BlurView.
2017-04-17 22:23:10 +07:00
Alexey
4e5ecf0109 Merge pull request #181 from ndbroadbent/fix_rn_dependency
Fixed react-native dependency to work with any version from the parent project
2017-04-14 19:37:21 +02:00
Nathan Broadbent
90bcaf7786 Fixed react-native dependency to work with any version from the parent project 2017-04-14 21:50:10 +07:00
Alexey
05761a3c1d Merge pull request #178 from pmadruga/master
More clear installation documentation
2017-04-12 12:08:53 +02:00
pmadruga
19bce47289 More clear installation documentation 2017-04-12 11:22:38 +02:00
Alexey
f8c280e0d4 Merge pull request #176 from ndbroadbent/android-error-messages
Prevent infinite loops, and added proper error messages for Android. Also updated the Basic example
2017-04-11 13:46:50 +02:00
Nathan Broadbent
53ec48c35c Regenerated and updated Basic examples for latest RN 2017-04-11 17:13:24 +07:00
Nathan Broadbent
cf2e7348b8 Added proper error messages when using BlurView incorrectly, and updated README. 2017-04-11 16:47:43 +07:00
Alexey
e24162b478 Merge pull request #172 from eliperkins/vibrancy-refactor
Refactor VibrancyView to use modern Objective-C syntax and paradigms
2017-04-11 10:01:37 +02:00
Alexey
e558b16b5b Merge pull request #173 from ndbroadbent/android-fix
Fixed Android
2017-04-11 10:00:33 +02:00
Alexey
741db31ddc Merge pull request #170 from eliperkins/example-project-linking
Link the example project against the development version of react-native-blur
2017-04-11 09:59:18 +02:00
Alexey
09d44521f3 Merge pull request #171 from eliperkins/blur-refactor
Refactor BlurView to use modern Objective-C syntax and paradigms
2017-04-11 09:58:20 +02:00
Nathan Broadbent
94a7d002e5 Update README with required steps on Android 2017-04-11 01:17:48 +07:00
Nathan Broadbent
a0802c0e99 Fixed blur on Android 2017-04-10 23:55:58 +07:00
Eli Perkins
0b14d4d9db Reference framework-level headers
This changed in React Native 0.40.0
2017-04-10 11:53:33 -04:00
Eli Perkins
60c38e34ee Refactor VibrancyView to use modern Objective-C syntax and paradigms
This moves to modern Objective-C practices.

UIVisualEffectViews will now only be created once, rather than on each change of blurType.
2017-04-10 11:24:39 -04:00
Eli Perkins
71b7e59a62 Refactor BlurView to use modern Objective-C syntax and paradigms
This moves to modern Objective-C practices.

Synthesized properties now use property declarations in a private
category.

UIVisualEffectViews will now only be created once, rather than on each
change of blurType.

BlurAmount uses a class property to track the currently set amount.
2017-04-10 11:19:29 -04:00
Eli Perkins
794d4a581f Clean up Xcode project file formatting
This diff was generated by Xcode, simply by opening the project.
2017-04-10 11:11:42 -04:00
Eli Perkins
9817055f87 Update example project to a version of React Native that matches the packages needs
React Native 0.42.0 wants a version of React that matches ~15.4.1, rather than ^15.5.0, so we’ll pin to that match for now.
2017-04-10 11:11:02 -04:00
Eli Perkins
33cec7d141 Link the example project against the development version of react-native-blur
This will allow for using the example project as a place to test out changes in the library itself.
2017-04-10 11:09:24 -04:00
Alexey
9629416b4b Merge pull request #165 from bilby91/patch-1
Fix android installation docs
2017-03-31 21:30:53 +02:00
Martín Fernández
325e263f37 Fix android installation docs 2017-03-30 17:54:54 -03:00
Alexey
461b82d4a6 Update README.md 2017-02-01 11:58:25 +01:00
Alexey
15b740fa1d Update Android instructions 2017-02-01 11:57:45 +01:00
Alexey
36c128f3d7 Merge pull request #139 from morelazers/update-readme-for-android
Update README.md
2017-01-08 13:09:33 +01:00
Tom Nash
5b47f940ca Update README.md
Change installation instructions so it's more difficult to miss the crucial android part
2017-01-06 23:16:49 +00:00
Alexey Kureev
977e8820c1 Release v2.0.0. 2017-01-06 11:07:57 +01:00
Alexey Kureev
243a9571be Release v1.3.0. 2017-01-06 11:05:21 +01:00