Commit Graph

230 Commits

Author SHA1 Message Date
Mikael Sand 353b1ec63d
Merge pull request #367 from react-native-community/dependabot/npm_and_yarn/example/acorn-6.4.1
Bump acorn from 6.1.1 to 6.4.1 in /example
2020-04-09 01:23:11 +03:00
Mikael Sand 25935dc504
Merge pull request #363 from react-native-community/dependabot/npm_and_yarn/acorn-7.1.1
Bump acorn from 7.1.0 to 7.1.1
2020-04-09 01:23:01 +03:00
Mikael Sand 84f3ea7563
Merge pull request #341 from react-native-community/dependabot/npm_and_yarn/example/mixin-deep-1.3.2
Bump mixin-deep from 1.3.1 to 1.3.2 in /example
2020-04-09 01:22:52 +03:00
Mikael Sand 7b43ef8325
Merge pull request #340 from react-native-community/dependabot/npm_and_yarn/example/lodash-4.17.15
Bump lodash from 4.17.11 to 4.17.15 in /example
2020-04-09 01:22:43 +03:00
Mikael Sand 1fc3f97a33
Merge pull request #339 from react-native-community/dependabot/npm_and_yarn/lodash-4.17.15
Bump lodash from 4.17.11 to 4.17.15
2020-04-09 01:22:35 +03:00
Mikael Sand accca456c3
Merge pull request #338 from react-native-community/dependabot/npm_and_yarn/example/js-yaml-3.13.1
Bump js-yaml from 3.13.0 to 3.13.1 in /example
2020-04-09 01:22:26 +03:00
Mikael Sand e1c124e90e
Merge pull request #336 from react-native-community/dependabot/npm_and_yarn/mixin-deep-1.3.2
Bump mixin-deep from 1.3.1 to 1.3.2
2020-04-09 01:22:16 +03:00
Mikael Sand fa4711bf4d
Merge pull request #330 from adkenyon/a11y-fallback-for-reduce-transparency
Fallback background color for A11y reduce transparency
2020-04-09 01:20:09 +03:00
Alan Kenyon 584f6014f0 type checks 2020-04-08 09:28:45 -07:00
Alan Kenyon bd54c4c87c readme update 2020-04-08 09:28:05 -07:00
Alan Kenyon 4518b13efe working fallback view with background color 2020-04-08 09:22:56 -07:00
dependabot[bot] c2f79656a6
Bump acorn from 6.1.1 to 6.4.1 in /example
Bumps [acorn](https://github.com/acornjs/acorn) from 6.1.1 to 6.4.1.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/6.1.1...6.4.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-04-08 12:15:23 +00:00
dependabot[bot] dc84791e06
Bump js-yaml from 3.13.0 to 3.13.1 in /example
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.13.0 to 3.13.1.
- [Release notes](https://github.com/nodeca/js-yaml/releases)
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/3.13.0...3.13.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-04-08 12:15:16 +00:00
dependabot[bot] 259d7a2d84
Bump lodash from 4.17.11 to 4.17.15
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.15.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.15)

Signed-off-by: dependabot[bot] <support@github.com>
2020-04-08 12:15:13 +00:00
Mikael Sand 4293c00b34 chore: upgrade deps 2020-04-08 15:14:14 +03:00
Mikael Sand adcacef732 fix linting 2020-04-08 15:08:01 +03:00
Mikael Sand 6843dbb0e9
Merge pull request #349 from sebinq/master
Add new iOS blurs featured in iOS 13+
2020-04-08 14:47:03 +03:00
Mikael Sand 9b5ffd1496
Merge pull request #360 from kontist/renderscript-support-library-remains
Remove RenderScript Support Library remains
2020-04-08 14:45:33 +03:00
Mikael Sand 0ad8a535bd
Merge pull request #354 from SaeedZhiany/patch-1
Load Android Gradle Plugin conditionally
2020-04-08 14:45:09 +03:00
Mikael Sand 781b31c3e3
Merge pull request #366 from Psiiirus/patch-1
Update README.md
2020-04-08 14:42:45 +03:00
Toni aeb9395c7d
Update README.md
Fixed example code
2020-04-01 13:48:12 +02:00
dependabot[bot] 2ab6bc7f0b
Bump acorn from 7.1.0 to 7.1.1
Bumps [acorn](https://github.com/acornjs/acorn) from 7.1.0 to 7.1.1.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/7.1.0...7.1.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-03-13 23:10:47 +00:00
Alexey Kureev e2075520c7
Fix the example project (#361) 2020-03-10 23:19:19 +00:00
David Guerin 47a199ef98
Feat/eightbitlab blurview (#358)
* Update build.gradle

* Update build.gradle

* feat(android-blurview): migrate to com.eightbitlab.blurview

* fix(types): proptypes and typescript

- removed viewRef references

* fix(offset): fixing offset on android

* feat(harmonized-behavior): blurview can now have children on android

- Same behavior on iOS and Android now

* Update BlurView.android.js

* Update index.js.flow

* Create App.js

* Delete App.android.js

* Delete App.ios.js

* Update README.md
2020-03-04 17:46:11 +00:00
Jakob Krigovsky 5e5fc2f30d Remove RenderScript Support Library remains
Since 7dc337ab1b, we use the native (android.renderscript) APIs anyway. See also https://developer.android.com/guide/topics/renderscript/compute#access-rs-apis.
2020-03-02 11:48:24 +01:00
SaeedZhiany 2d4c8cf5c4
Load Android Gradle Plugin conditionally
Also, bumped default gradle configs versions
2020-02-12 10:25:28 +03:30
Sebastian Trebunak 325374548d Fix blur constants assigment 2020-01-18 10:26:11 +01:00
Sebastian Trebunak 491c9210a2 Update comment for ios version 2020-01-18 10:04:58 +01:00
Sebastian Trebunak 33470438e5 Merge branch 'master' of github.com:sebinq/react-native-blur 2020-01-18 10:01:13 +01:00
Sebastian Trebunak e52ceb454e Update flow types 2020-01-18 10:00:51 +01:00
Sebastian Trebunak 3be75fe2e7
Update README.md 2020-01-18 09:58:52 +01:00
Sebastian Trebunak aff7ab1729 add options to README 2020-01-18 09:56:21 +01:00
Sebastian Trebunak 5487e0fdea Add iOS 13 blurs 2020-01-18 09:47:17 +01:00
Mikael Sand dc00052b41 3.4.1 2019-12-10 14:17:50 +02:00
Mikael Sand fcba6ea8b7 chore: fix linting 2019-11-09 00:48:08 +02:00
Mikael Sand 6ded8f0817 3.4.0 2019-11-08 23:34:16 +02:00
Mikael Sand e751138c44 chore: fix linting 2019-11-08 23:32:40 +02:00
Mikael Sand fa3673794b chore: upgrade devDependencies 2019-11-08 23:24:47 +02:00
dependabot[bot] 29cd1c92ec
Bump mixin-deep from 1.3.1 to 1.3.2 in /example
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/jonschlinkert/mixin-deep/releases)
- [Commits](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2)

Signed-off-by: dependabot[bot] <support@github.com>
2019-11-08 21:22:48 +00:00
dependabot[bot] 65aae61b78
Bump lodash from 4.17.11 to 4.17.15 in /example
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.15.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.15)

Signed-off-by: dependabot[bot] <support@github.com>
2019-11-08 21:22:46 +00:00
dependabot[bot] 138cd8eaf5
Bump mixin-deep from 1.3.1 to 1.3.2
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/jonschlinkert/mixin-deep/releases)
- [Commits](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2)

Signed-off-by: dependabot[bot] <support@github.com>
2019-11-08 21:22:45 +00:00
Mikael Sand 25a23142ea
Merge pull request #309 from eb16/patch-1
Update index.d.ts
2019-11-08 23:21:38 +02:00
Mikael Sand cd214df3e9
Merge pull request #313 from brunohkbx/fix/blur-view-prop-types
fix(BlurView): Add PropTypes to viewRef according docs
2019-11-08 23:21:28 +02:00
Christoph Nakazawa 064efe2ea2
Added Support for RN 0.60.0 (#321)
Added Support for RN 0.60.0
2019-11-08 09:19:36 +00:00
Roman Ruiz-Esparza ecf5f98f1e add `pod install` to readme (#306)
* Update README.md

* Update README.md

* Update README.md
2019-08-26 23:09:34 -05:00
Hani Mohammed 7d22e48eef Fix typo (#316)
Small fix but is still a fix after all.
2019-08-26 23:08:28 -05:00
deepanshujain 7dc337ab1b android x changes 2019-07-06 15:40:10 +05:30
Deepanshu Jain d1f3edd8a8
Merge pull request #1 from react-native-community/master
Merge with master
2019-07-06 15:39:03 +05:30
Bruno dd4ec227d3 fix(BlurView): Add PropTypes to viewRef according docs 2019-05-08 21:11:27 -03:00
eb16 e5fa22fb5c
Update index.d.ts
Added missing properties in types
2019-03-27 12:58:09 -03:00