feat: add needed changes for RN 0.74 (#2231)

PR bringing support for RN 0.74 and bridgeless mode to the library.
This commit is contained in:
Wojciech Lewicki
2024-03-05 12:52:09 +01:00
committed by GitHub
parent 31772c0c0f
commit 138c23ba10
22 changed files with 1561 additions and 1551 deletions
+6 -1
View File
@@ -17,7 +17,7 @@ on:
jobs:
build:
runs-on: macos-12
runs-on: macos-14
strategy:
matrix:
working-directory: [Example, FabricExample]
@@ -29,6 +29,11 @@ jobs:
- name: Check out Git repository
uses: actions/checkout@v3
- name: Use latest stable Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- name: Restore react-native-svg node_modules from cache
uses: actions/cache@v3
with: