Skip to content

huqizheng410/Kingfisher-Healthcare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kingfisher

Installing iOS Simulator or Android Emulator

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.

iOS Simulator:

The iOS Simulator is a tool within Xcode that allows developers to test and debug iOS applications on Macs.

  1. Install Xcode: Download and install Xcode from Mac App Store.
  2. Open Xcode: Go to Xcode > Settings > Platforms, and install iOS 17.4 from the list.

Android Emulator:

The Android Emulator is a tool within the Android Studio that allows developers to test and debug Android applications on Macs or Windows.

  1. Install Android Studio: Download and install Android Studio.
  2. Open Android Studio: Go to Configure > Virtual Device Manager, and select Pixel 7a API 34 from the list.

react-native、Installing Dependencies

cd KingfisherReactNative
npm install

Starting the Application

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages