Git Product home page Git Product logo

Comments (4)

AuroPick avatar AuroPick commented on July 18, 2024 2

Hi @szydlovsky

I tried but didn't work.

$config[:reactNativePath] becomes nil outside the shared def after upgrade to 3.6.0

I invoked use_native_modules! again in the post_install. It looks like it is working.

post_install do |installer|
  config = use_native_modules!

  # https://github.com/facebook/react-native/blob/main/packages/react-native/scripts/react_native_pods.rb#L197-L202
  Pod::UI.puts "reactNativePath #{config[:reactNativePath]}"
  react_native_post_install(
    installer,
    config[:reactNativePath],
    :mac_catalyst_enabled => false
  )
  __apply_Xcode_12_5_M1_post_install_workaround(installer)
end

from react-native-reanimated.

szydlovsky avatar szydlovsky commented on July 18, 2024 1

@AuroPick If you say it works then I can safely close the issue, especially that the logs of the pod install don't point to anything associated with Reanimated

from react-native-reanimated.

github-actions avatar github-actions commented on July 18, 2024

Hey! 👋

The issue doesn't seem to contain a minimal reproduction.

Could you provide a snack or a link to a GitHub repository under your username that reproduces the problem?

from react-native-reanimated.

szydlovsky avatar szydlovsky commented on July 18, 2024

Hey @AuroPick! Before we go down the podifle and try finding any issues there - make sure to install pods the way react native now suggests:
cd ios && bundle install && bundle exec pod install
Let me know if anything changes.
You could also clean caches before the operation - git clean -xdf in the project root (you will also need to reinstall packages after the clean)

from react-native-reanimated.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.