Commit Graph

8 Commits

Author SHA1 Message Date
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 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
Jakob Krigovsky 79f338b513
Use version from package.json in podspec (#374) 2020-07-15 10:24:23 +01: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
Julien Karst a47b992f13 [tvOS] Add target to use blur on tvOS 2017-06-13 11:41:35 +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
Arno Fortelny d7f3fde69e Update react-native-blur.podspec
Latest version of cocoa pods rejects this pod spec.

Resolved error due to missing authors
Resolved error due to missing homepage
Resolved error due to missing source
Resolved error due to missing summary
Resolved warning due to missing license
2016-04-06 11:43:32 -04:00
Adrien Brault 6cf779abd8 Add podspec 2016-01-31 21:28:40 +01:00