mirror of
https://github.com/status-im/react-native-blur.git
synced 2025-02-19 19:48:12 +00:00
* 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
8 lines
156 B
Ruby
8 lines
156 B
Ruby
require_relative '../node_modules/react-native-test-app/test_app'
|
|
|
|
use_flipper!
|
|
|
|
workspace 'BlurExample.xcworkspace'
|
|
|
|
use_test_app! :hermes_enabled => true
|