Commit Graph

169 Commits

Author SHA1 Message Date
Levi Buzolic d95c29d4bc Enable regular and prominent BlurEffectStyles for iOS 10.0+ (#276)
Previously `regular`, `prominent` and `extraDark` were only available on tvOS. iOS 10.0+ adds support for `regular` and `prominent` according to the [BlurEffect.Style docs](https://developer.apple.com/documentation/uikit/uiblureffect/style).

https://developer.apple.com/documentation/uikit/uiblureffect/style/regular
https://developer.apple.com/documentation/uikit/uiblureffect/style/prominent

`extraDark` Remains tvOS only.
2019-03-26 13:53:50 -04:00
Kennie J. Davis 74892c4fac type definition updates (#288) 2019-03-26 13:51:07 -04:00
rmevans9 fbb427502e Make this work with RN 56 (#283)
* Make this work with RN 56

* Don't forget to checkin the method too...
2019-03-26 13:50:39 -04:00
Hitoshi Harada a308f3c510 Add missing ref property (#251)
This is necessary to make setNativeProps work.
2018-01-05 10:33:40 +01:00
Alexey b415e7774e Release v3.2.2. 2017-11-09 13:11:49 +01:00
Chintan Parikh aca380cee5 Fixes a NullPointerException that crashes the app (#236)
* Fix NullPointerException

* Fix syntax error
2017-11-09 13:11:38 +01:00
Alexey 734ac38f62 Release v3.2.1. 2017-11-09 13:09:50 +01:00
OceaHorn 7995fa3345 Modify 'Header Search Path' for native iOS app to integrate react-native-blur from react-native package.json. (#245) 2017-11-09 13:05:52 +01:00
Kesha Antonov cc0f3c4f23 upd build tools (#239)
* upd build tools

* Update build.gradle
2017-10-15 23:16:05 +02:00
Alexey Kureev 10589d12ba Release v3.2.0. 2017-10-01 16:00:46 +02:00
Kamal Fariz Mahyuddin 6e047dba3e Add missing viewRef type definition (#237)
* Add missing viewRef type definition

* Missing semicolon
2017-10-01 15:56:33 +02:00
Ali Najafizadeh bac52dfc89 Update Readme to reflect the Android compile issue (#227)
According to [this](https://stackoverflow.com/a/36586107/828487), there is a bug related to ` which has been fixed in `gradle-plugin 2.1.0` and `Build-Tools 23.0.3`. This PR simple update the doc to reflect that
2017-08-10 10:26:33 +02:00
Alexey 77621bce02 Release v3.1.3. 2017-08-08 11:59:06 +02:00
Alexey 60cc1f611f Update BlurViewPackage.java 2017-08-08 11:58:32 +02:00
Antoine Hanriat db215a9e22 Add Typescript definitions (#225)
* Add Typescript definitions

* Fix typescript definition
2017-08-07 10:57:25 +02:00
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