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
Alexey Kureev
16107328bc
Release v1.1.1.
2016-10-31 16:16:55 +01:00
Alexey
44f9d0dcc7
Merge pull request #104 from arthur31416/master
...
Added blurAmount to defaultProps
2016-10-31 16:15:23 +01:00
Arthur Parmentier
676de66539
Updated doc
2016-10-31 16:11:40 +01:00
Arthur Parmentier
34c673ebe2
Added blurAmount to defaultProps
2016-10-31 15:59:27 +01:00
Alexey Kureev
0ce1afb5fc
Release v1.1.0.
2016-10-30 13:21:41 +01:00
Alexey
7e6443ac82
Merge pull request #102 from jakehasler/feature-blur-amount
...
Ability to Adjust Blur Amount
2016-10-30 13:20:07 +01:00
Jake Hasler
2d8c41e79d
One more fix
2016-10-29 09:20:00 -06:00
Jake Hasler
cf1b12eef6
Variable Fix
2016-10-29 09:14:04 -06:00
Jake Hasler
6b3e1ae24b
Updated README with new instructions
2016-10-27 19:52:26 -06:00
Jake Hasler
fd1d7452fa
New BlurAmount class, adjusted required propType
2016-10-27 01:19:43 -06:00
Alexey
8380fd4b89
Merge pull request #96 from prometheansacrifice/adding-npm-version-badge
...
Adds npm version badge
2016-09-27 15:26:56 +02:00
Manas
ee886e6211
Adds npm version badge
2016-09-26 12:27:31 +05:30
Alexey
0c50185dcc
Merge pull request #85 from siwananda/master
...
Create section to troubleshoot Native component for 'BlurView' does n…
2016-08-23 14:31:26 +02:00
Wira Siwananda
af74914f9d
Create section to troubleshoot Native component for 'BlurView' does not exist warning
2016-08-20 22:32:22 +08:00
Kureev Alexey
011b45f398
Release v1.0.1.
2016-08-07 19:32:58 +02:00
Alexey
ee617fb4b6
Merge pull request #81 from getnashty/master
...
Replace requires by imports
2016-08-07 15:37:53 +02:00
Elliot Nash
5a2c27a4ae
compliant with React Native 0.25 breaking changes
2016-08-06 23:11:10 -04:00
Alexey
6d7a9ab249
Merge pull request #75 from npomfret/master
...
dropped build version
2016-07-23 14:21:10 +02:00
npomfret
e2f136e7a2
Changed the iOS deployment target to 8.0
2016-07-22 14:27:05 +01:00
npomfret
8e6092395f
Changed the iOS deployment target from 9.0 to 7.0 so that its compatible with the default setting for react-native projects
2016-07-15 11:19:57 +01:00
Alexey
025a23a51d
Merge pull request #72 from MichaelHancock/master
...
Updated example to use ES6 features
2016-07-04 02:25:11 +02:00
Michael Hancock
47dfe40b6a
Updated example to use ES6 features
...
Used imports instead of require.
Simplified imports and removed unused component View.
Background is now a const instead of var. <- ES6 prefers this
Removed dangling comma after background ```source={{uri: background, }}```
Generally example is more succinct and easier to understand for users only exposed to the new tools of ES6.
2016-07-01 09:12:28 +01:00
Kureev Alexey
cd10c4d842
Release v1.0.0.
2016-06-13 23:26:18 +02:00
Alexey
5ad469a512
Merge pull request #59 from cmcewen/master
...
Add android support for BlurView
2016-06-13 23:24:58 +02:00
Connor McEwen
e1635f2b57
RN upgrade unlinked ios
2016-06-13 17:05:47 -04:00
Connor McEwen
3c694d6d37
RN upgrade changes to .android files
2016-06-13 16:57:58 -04:00
Connor McEwen
c6d6e533cf
Add android info in the README
2016-06-13 16:48:20 -04:00
Connor McEwen
a43683bb6a
Update to use latest React Native
2016-06-13 16:40:35 -04:00
Connor McEwen
475c029909
Add android support for BlurView
2016-06-13 15:55:46 -04:00
Alexey
47b1a654f8
Merge pull request #66 from aforty/patch-1
...
Update version in podspec
2016-05-25 12:55:41 +02:00
Arno Fortelny
cd3e9eae2e
Update react-native-blur.podspec
...
The version here must be kept in sync with the version in package.json for Cocoapods to correctly install the new version.
2016-05-23 11:43:04 -04:00