Skip to content

Commit

Permalink
chore: bump react-native and various deps up to latest and include fi…
Browse files Browse the repository at this point in the history
…xes for example app
  • Loading branch information
zplata committed Nov 20, 2023
1 parent 7d3aa9f commit 70de22b
Show file tree
Hide file tree
Showing 7 changed files with 716 additions and 653 deletions.
8 changes: 8 additions & 0 deletions example/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,13 @@ target 'RiveReactNativeExample' do
use_flipper!
post_install do |installer|
flipper_post_install(installer)
# Issue with RCT-Folly and XCode 15 with recommended path forward explained
# here: https://github.com/facebook/react-native/issues/39568#issuecomment-1762890606
react_native_post_install(
installer,
config[:reactNativePath],
:mac_catalyst_enabled => false
)
__apply_Xcode_12_5_M1_post_install_workaround(installer)
end
end
Loading

0 comments on commit 70de22b

Please sign in to comment.