mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-06 07:06:11 +00:00
feat: check build only old arch
This commit is contained in:
2
.github/workflows/reusable-macos-build.yml
vendored
2
.github/workflows/reusable-macos-build.yml
vendored
@@ -53,7 +53,7 @@ jobs:
|
||||
|
||||
- name: Install Pods
|
||||
working-directory: ${{ matrix.working-directory }}/macos
|
||||
run: RCT_NEW_ARCH_ENABLED=${{ inputs.new_arch_enabled }} pod install
|
||||
run: pod install
|
||||
|
||||
- name: Restore build artifacts from cache
|
||||
uses: actions/cache@v3
|
||||
|
||||
@@ -12,7 +12,7 @@ target 'MacOSExample-macOS' do
|
||||
|
||||
use_react_native!(
|
||||
:path => '../node_modules/react-native-macos',
|
||||
:hermes_enabled => ENV['RCT_NEW_ARCH_ENABLED'] == '0',
|
||||
:hermes_enabled => true,
|
||||
:fabric_enabled => ENV['RCT_NEW_ARCH_ENABLED'] == '1',
|
||||
# Flipper is not compatible w/ macOS
|
||||
:flipper_configuration => FlipperConfiguration.disabled,
|
||||
|
||||
Reference in New Issue
Block a user