I always used to start my Expo project by typing in the terminal expo start
and then i
(for iOS simulator). The day after iOS 16 got released, Expo started to behave differently. After running expo start
it gave me a warning: This command is being executed with the global Expo CLI. Learn more:
CodePudding user response:
Uninstalled and re-installed Expo globally. Updated the simulator to iOS 16 and opened the simulator before running expo start
. It works as it did before.