Commit Graph

13 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
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
Julien Karst a47b992f13 [tvOS] Add target to use blur on tvOS 2017-06-13 11:41:35 +02:00
Nathan Broadbent 10858e396b Fixed all the issues with iOS, and allow individual blurAmounts (instead of one shared value.)
Also changed VibrancyView to be a subclass of BlurView.
2017-04-17 22:23:10 +07:00
James G. Kim 438fc538d3 Fix linking error 2017-01-06 02:33:38 +09: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
Marc Shilling e34b4b0d5f set build active architecture to no for release builds 2015-10-22 10:14:22 -04:00
Kureev Alexey b88a330bd0 Hotfix wrong relative path 2015-10-08 19:48:27 +02:00
Kureev Alexey 38916c428e Attempt to fix xcodeproj 2015-10-08 18:06:10 +02:00
Kureev Alexey 79a8ab4aed Fix problems with example project run 2015-10-06 00:11:17 +02:00
Kureev Alexey 66f35af8f3 Rebuild react-native-blur for RN-0.11.4 2015-10-05 22:42:23 +02:00