Parvesh Monu
c140cc8e7d
Bump version to 4.3.3
2023-05-09 13:35:11 +05:30
Ajay Sivan
264dc0654a
chore: Android BlurView upgraded to 2.0.3 ( #3 )
...
Author: Ajay Sivan <ajayesivan@gmail.com>
2023-05-09 13:34:19 +05:30
Parvesh Monu
722940e19c
Bump version to 4.3.2
2023-03-22 22:17:39 +05:30
Mohamed Javid
f89f1ecad4
Update BlurViewManagerImpl.java with patch
2023-03-22 22:15:17 +05:30
Parvesh Monu
7317898ee7
chore: add compiled lib folder, don't rely on package.json hooks
...
Author: yqrashawn <namy.19@gmail.com>
fixes: https://github.com/status-im/status-mobile/issues/15107
2023-02-17 14:47:23 +05:30
yqrashawn
6342461049
chore: add compiled lib folder, don't rely on package.json hooks
2023-02-16 15:07:15 +08:00
Parvesh Monu
1bb58aa0d1
Allow transparent blur-type for ios
...
Patch from https://github.com/Kureev/react-native-blur/pull/513
2023-01-16 03:01:34 +05:30
Parvesh Monu
ec607e5265
Update build.gradle
2023-01-14 02:53:39 +05:30
André Ribeiro
24b456b649
chore: update README.md ( #494 )
2022-11-03 17:57:49 +01:00
Thibault Malbranche
7c49acf896
chore: release 4.3.0
2022-11-03 17:55:13 +01:00
Gianluca Spada
2fcc595bc3
feat: Add Fabric support ( #493 )
...
* build(deps): update react-native
* feat: codegen setup for BlurView component
* feat: add basic Fabric component for BlurView (iOS)
* feat(iOS): implement updateProps Fabric method
* feat(iOS): migrate VibrancyView
* feat(Android): add code for new and old architecture
* chore: update dependencies and example app
* fix(iOS): interface VibrancyViewComponentView
* refactor: separate codegen specs by platform
* refactor: rename Android component file to avoid a bug in Codegen
* refactor: delete/rename files
* refactor: conditionally include Fabric code in the original views
* refactor: remove unnecessary code in build.gradle
2022-11-03 17:50:33 +01:00
Thibault Malbranche
7a1e76b753
chore: release 4.2.0
2022-08-03 16:15:48 +02:00
Artur Y
6273292c9e
fix(android): build issue on compileSdkVersion < 31 ( #485 )
2022-08-03 16:13:55 +02:00
Lorenzo Sciandra
2bbc512083
refactor: migrate example app to use RNTA ( #484 )
...
init'd RNTA
fix build step
nit: improvement
remove old example app
last tweak
2022-07-29 12:23:36 +02:00
simonbothen-radinn
c99d90511a
feat: extend android properties ( #481 )
2022-07-29 11:28:02 +02:00
Thibault Malbranche
af4974a394
feat: update android blurview to 2.0.2 ( #478 )
...
* feat: update android blurview to 2.0.2
* chore: release 4.1.0
2022-07-22 13:40:58 +02:00
Thibault Malbranche
359231ec81
chore: update Readme.md to reflect new maintainer
2022-07-21 13:36:57 +02:00
Thibault Malbranche
3c3cbe3527
refactor: typescript, hooks, build.gradle & podspec fixes and moved to bob ( #476 )
...
* Migrated code to typescript thanks to @YanislavSpaceIQ
* Refactored everything to use https://github.com/callstack/react-native-builder-bob
* Fix podfile dependency on "React"
* Fix build.gradle issues with jcenter
Co-authored-by: YanisSpaceIQ <yanislav.konashchuk@spaceiq.com>
2022-07-21 13:19:30 +02:00
Mrinal Maheshwari
6231655f96
added mavenCentral() for gradle builds ( #418 )
2022-05-09 10:45:11 -04:00
Alexey Kureev
9d2d744a51
Release v3.6.1.
2021-04-26 23:25:40 +01:00
Jascha
70c7d2ccca
Fix multiple blur view issues ( #411 )
...
Co-authored-by: Jascha Kanngiesser <jascha.kanngiesser@sap.com>
2021-04-26 23:22:53 +01:00
Jakob Krigovsky
79f338b513
Use version from package.json in podspec ( #374 )
2020-07-15 10:24:23 +01:00
Siarhei Haikou
d91f6dcd03
Remove viewRef usage from example ( #376 )
2020-07-15 10:22:59 +01:00
Jesse Katsumata
7c57402293
Merge pull request #378 from TPXP/patch-1
...
Cleanup and update README.md
2020-06-18 11:22:14 +09:00
Thomas P
2bebdee70f
Cleanup and update README.md
...
* Clarify projects should not link the module with autolinking
* Suggest the "standard" way of installing pods with `pod install`
* Remove the obsolete `viewRef` prop from the example
2020-05-18 10:19:29 +02:00
Evan Bacon
10210c55df
Merge pull request #372 from react-native-community/EvanBacon-patch-1
...
Recommend pod-install for setup instructions
2020-04-28 15:39:51 -07:00
Evan Bacon
72ca260c46
Recommend pod-install for setup instructions
...
We've been recommending devs use `npx pod-install` since it will attempt to install cocoapods CLI if it's not available on the computer (cite [React Navigation setup guide](https://reactnavigation.org/docs/getting-started/#installing-dependencies-into-a-bare-react-native-project )). This has proved very useful for Expo users who are now migrating to the bare workflow and want to use community packages in their projects.
2020-04-24 21:34:32 -07:00
Mikael Sand
47521c1dc9
Merge pull request #351 from react-native-community/@vonovak/actually-use-prettier
...
enable prettier by default
2020-04-10 01:33:08 +03:00
Vojtech Novak
c228a97413
remove add
2020-04-09 10:33:21 +02:00
Vojtech Novak
6897dbcaa5
enable prettier by default
2020-04-09 10:32:59 +02:00
Mikael Sand
d540dfbc58
3.6.0
2020-04-09 01:47:52 +03:00
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