Closed karlhorky closed 3 months ago
In Expo SDK 46, the Local Expo CLI got introduced, described by @EvanBacon in this blogpost. Users no longer need to run pnpm add -g expo-cli
as the CLI is shipped with the expo package.
To install expo-cli
we can now run pnpm add expo
, because Expo CLI is included in the expo package.
Right now, we install
expo-cli
globally, but I think this is deprecated now, so probably we should remove this stepVerify that it has been deprecated / is no longer recommended and then remove it from all guides