Skip to content

Commit

Permalink
Bump Example and FabricExample to 0.73.4 (#5680)
Browse files Browse the repository at this point in the history
## Summary

This PR bumps react-native in Example and FabricExample from 0.73.3 to
0.73.4.


https://react-native-community.github.io/upgrade-helper/?from=0.73.3&to=0.73.4

## Test plan

Build and launch Example and FabricExample apps on Android and iOS.

---------

Co-authored-by: Tomasz Żelawski <tomasz.zelawski@swmansion.com>
Co-authored-by: Krzysztof Piaskowy <krzysztof.piaskowy@swmansion.com>
  • Loading branch information
3 people committed Feb 23, 2024
1 parent 32e2253 commit 6806d3d
Show file tree
Hide file tree
Showing 12 changed files with 1,233 additions and 1,004 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ios-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,9 @@ jobs:

- name: Install Pods
working-directory: ${{ matrix.working-directory }}/ios
run: pod install
run: |
bundler install
bundler exec pod install
- name: Restore build artifacts from cache
uses: actions/cache@v3
Expand Down
Loading

0 comments on commit 6806d3d

Please sign in to comment.