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
Nicolas Charpentier
6cdc7046e6
3.3.1
2019-03-27 09:14:17 -04:00
Levi Buzolic
33d62f1f22
Flow definition ( #308 )
...
* Add flow definition
* Minor chnage to the comments in the TypeScript definition to reflect 1a061eb45222506db8722ea371f68cbc99904549
2019-03-27 08:57:24 -04:00
Nicolas Charpentier
2dca68fc99
Rename to @react-native-community/blur everywhere
2019-03-27 08:56:38 -04:00
Nicolas Charpentier
fcdf9d7fbb
Update library name
2019-03-27 08:37:52 -04:00
Nicolas Charpentier
247b1efe28
3.3.0
2019-03-26 15:19:34 -04:00
Nicolas Charpentier
0d47aadc35
Rename to @react-native-community/blur
2019-03-26 15:19:34 -04:00
Nicolas Charpentier
e24b67a3ae
Add instruction on project-wide properties ( #305 )
2019-03-26 15:02:28 -04:00
Nicolas Charpentier
7542963a52
Modernize imports and lifecycles ( #304 )
2019-03-26 14:56:31 -04:00
Nicolas Charpentier
c0f33b951d
Regenerate example app ( #303 )
2019-03-26 14:52:44 -04:00
Nicolas Charpentier
c0b9a6e62f
Configure Eslint & Prettier ( #302 )
2019-03-26 14:19:21 -04:00
Harun Smrkovic
6bdcefecae
Change order of components to the correct one ( #287 )
...
Text below says that `Image` will be blurred because it is below `BlurView`, but this is not the case in code example.
Also, new code example renders correctly, as described in text below.
2019-03-26 13:54:20 -04:00
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