You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running react-native link --help yields the following:
react-native link [packageName]
links assets and optionally native modules
Options:
--platforms [list] Scope linking to specified platforms
--all [boolean] Link all native modules and assets
-h, --help
so it does look like option projectRoot was removed from the CLI.
When upgrade to 0.60, I got this error when I run
react-native link
:error: unknown option `--projectRoot'
React Native version:
0.60.0 0.60.1 0.60.2 0.60.3
Steps To Reproduce
Just link any package with --projectRoot flag
Describe what you expected to happen:
I with --projectRoot flag back, it's useful to me.
Snack, code example, or link to a repository:
The text was updated successfully, but these errors were encountered: