Running React Everywhere: Monorepos in RN | React Native London | February 2022

Поділитися
Вставка
  • Опубліковано 17 лис 2024

КОМЕНТАРІ • 8

  • @F007ba11
    @F007ba11 2 роки тому +4

    Very insightful talk Callum, thanks! Would love to see more content like this and deeper insights into the monorepo architecture in React Native, especially when it comes to supporting multiple platforms

  • @ukaszmodzelewski7687
    @ukaszmodzelewski7687 Рік тому +2

    Finally symlink problem is resolved by default in 0.73 :D

  • @Joshua-bl6hz
    @Joshua-bl6hz 2 роки тому +2

    Wonderful video. Thank you for publishing!

  • @abderazakamiar9599
    @abderazakamiar9599 2 місяці тому

    Very helpful thanks.

  • @q4982
    @q4982 Рік тому +1

    Very informative and sharp edged hoodie! nice job!

  • @TheAntloo
    @TheAntloo 18 днів тому

    is nohoist still needed to solve the native code not following symlinks issues? I know that since react native 0.73 the metro support is solved, but what about native code support?

  • @indasandalscat
    @indasandalscat Рік тому

    We used nx, which allowed to avoid hoisting issues. The only issues so far were related to the location of the entry file or node_modules, these URIs had to be edited.

  • @emyitegbe3328
    @emyitegbe3328 2 роки тому

    Are there other instances of not hoisting other modules beside react-native. Full disclosure attempting to run react-native app and a react app with pnpm in a mono repo and running into the same issue where it couldn't identify the package react-native-community-cli