react-native-monorepo-tools
react-native-monorepo-tools copied to clipboard
How 0.72 relates to this project?
Reading on https://reactnative.dev/blog/2023/06/21/0.72-metro-package-exports-symlinks#new-metro-features
Symlink support enables React Native to work transparently with monorepo setups and pnpm, removing the need for workarounds. See [Enabling Beta Features](https://reactnative.dev/blog/2023/06/21/0.72-metro-package-exports-symlinks#enabling-beta-features) to use in your app.
I'm using react-native-monorepo-tools with my monorepo, which contains a react-native app, and a web app too.
I've tried looking for info on this "new feature" on RN 0.72 and see if somehow relates to react-native-monorepo-tools and being able to just use RN 0.72 without it.
I believe the new symlink beta feature renders this project obsolete for it's primary use case