Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: dynamic library builds for Reanimated #119

Conversation

coolsoftwaretyler
Copy link
Contributor

I think this will fix the build error reported in this comment, based on the fix in software-mansion/react-native-reanimated#6062

To reproduce:

  1. Pull down
  2. Clean dependencies (I ran yarn nuke:all
  3. yarn install
  4. cd example/ios
  5. pod cache clean --all && USE_FRAMEWORKS="dynamic" pod install
  6. Build should work

@coolsoftwaretyler
Copy link
Contributor Author

@dominicstop - I think this'll clean up the build errors with Reanimated, although we can probably still close #118 since you merged 5aeff10

@dominicstop dominicstop merged commit ed49871 into dominicstop:master Dec 7, 2024
@dominicstop
Copy link
Owner

hello, thank you for fixing the build issues w/ reanimated

the github action for testing the diff. builds just stopped working recently, so i have to go back to local builds. i will go through the PR's bit by bit and revert the changes i've made; thank you for your patience.

@coolsoftwaretyler coolsoftwaretyler deleted the fix/reanimated-dynamic-library-in-example-app branch December 7, 2024 00:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants