Commit Graph

127 Commits

Author SHA1 Message Date
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
Alexey d7694f6533 Merge pull request #137 from jgkim/react-native-40
Update iOS header imports for RN 0.40
2017-01-06 11:04:28 +01:00
James G. Kim 19295fcd1d Update iOS header imports for RN 0.40 2017-01-06 02:34:46 +09:00
James G. Kim 438fc538d3 Fix linking error 2017-01-06 02:33:38 +09:00
Alexey Kureev 0368993af2 Release v1.2.1. 2017-01-04 16:58:42 +01:00
Alexey be9defac16 Merge pull request #131 from gitim/fix-duplicate-symbol-error
Fix duplicate symbols error in xcode
2017-01-04 16:58:24 +01:00
Timur Gibadullin 8e7ccb58ea Fix duplicate symbols error in xcode 2016-12-21 14:54:04 +03:00
Alexey 763b0b1bc0 Merge pull request #129 from Baransu/patch-1
Update `rnpm` to `react-native link`
2016-12-12 09:41:52 +01:00
Tomasz Cichocinski 47d0c160c6 Add plugin name at the end of `react-native link` 2016-12-10 15:54:04 +01:00
Tomasz Cichocinski 9ec701f9fb Update `rnpm` to `react-native link`
Updating documentation according to #118
2016-12-09 22:59:34 +01:00
Alexey Kureev b4c836d5a7 Release v1.2.0. 2016-11-21 15:29:58 +01:00
Alexey 912099cfa8 Merge pull request #119 from getreup/master
makes blurview and vibrancyview cliptobounds
2016-11-21 15:26:16 +01:00
KelseyRegan 6d47336921 makes blurview and vibrancyview cliptobounds
makes blurview and vibrancyview cliptobounds so they can have rounded
corners
2016-11-11 21:21:26 -08:00
Alexey Kureev 49c01e5002 Release v1.1.3. 2016-11-11 12:20:42 +01:00
Alexey 9afe2cb1c6 Merge pull request #113 from StevenLambion/master
Moved creation of _visualEffectView out of layoutSubviews
2016-11-11 12:18:03 +01:00
Alexey 0210160c0a Update README.md 2016-11-09 10:52:27 +01:00
Alexey 5a4d25552d Merge pull request #114 from breadadams/master
Updated Basic examples to rn 0.36.0 + other misc. changes
2016-11-09 10:51:03 +01:00
Brad Adams 650160a25f Misc. android fixes
+ Increase blur radius
+ Gradle react-native dependency
2016-11-09 01:56:23 +01:00
Brad Adams f3ba2ee5d2 Basic example ios reverse toggle logic 2016-11-09 01:19:32 +01:00
Brad Adams 70799eca9b Basic example package.json
Updated react-native-blur dependecy to use npm (v 1.1.2)
2016-11-09 01:13:46 +01:00
Brad Adams 60506cc934 iOS example updates 2016-11-09 01:12:53 +01:00
Brad Adams 5c578ec939 Basic example android index
Cleaned up android index, using new “local” bg image
2016-11-09 00:40:04 +01:00
Brad Adams fc3cec683b Update Basic example to latest dependencies
Update dependency versions and project files for iOS and Android
2016-11-09 00:24:07 +01:00
Steven Lambion 9eba3f72ac Moved creation of _visualEffectView out of layoutSubviews 2016-11-07 10:38:17 -08:00
Alexey abf323b288 Create LICENSE 2016-11-06 16:25:50 +01:00
Alexey Kureev add0e2546f Release v1.1.2. 2016-11-04 15:41:29 +01:00
Alexey a61011b3ad Merge pull request #108 from karolkozub/master
Fix incorrectly assigning an NSNumber to blurEffect which resulted in a crash on -layoutSubviews
2016-11-04 15:40:52 +01:00
Karol Kozub b7f2913f4e Fix incorrectly assigning an NSNumber to blurEffect which resulted in a crash on -layoutSubviews 2016-11-02 13:01:22 +01:00