For compatibility reasons, we recommend using the virtual device iPhone 15 Pro Max with iOS 17.4
simulator on Macs, or the virtual device Pixel 7a with API 34
Android emulator on both Macs and Windows.
The iOS Simulator is a tool within Xcode that allows developers to test and debug iOS applications on Macs.
- Install Xcode: Download and install Xcode from Mac App Store.
- Open Xcode: Go to
Xcode > Settings > Platforms
, and installiOS 17.4
from the list.
The Android Emulator is a tool within the Android Studio that allows developers to test and debug Android applications on Macs or Windows.
- Install Android Studio: Download and install Android Studio.
- Open Android Studio: Go to
Configure > Virtual Device Manager
, and selectPixel 7a API 34
from the list.
cd KingfisherReactNative
npm install
After installing the dependencies, you can start the application with the following command:
npx expo start
And then, for iOS Simulator or Android Emulator, press i
or a
respectively to open the application in the respective simulator.