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
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