Skip to content

Commit

Permalink
chore: add comments for the podfile workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
lancesnider committed Sep 25, 2024
1 parent a081c5b commit 0be03e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions example/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ target 'RiveReactNativeExample' do
)
__apply_Xcode_12_5_M1_post_install_workaround(installer)

# This is a temporary workaround for the issue described here:
# https://github.com/facebook/react-native/issues/43335. Flipper is no longer
# used in React Native 0.74 so this workaround can be removed once we upgrade.
installer.pods_project.targets.each do |target|
if target.name == 'Flipper'
file_path = 'Pods/Flipper/xplat/Flipper/FlipperTransportTypes.h'
Expand Down

0 comments on commit 0be03e6

Please sign in to comment.