Skip to content

wisnuuakbr/my-laundry-app

Repository files navigation

Laundry Apps UI React-Native

An UI-Design Laundry Apps crafted using React Native

Requirements

this apps is currently extended with the following requirements.
Instructions on how to use them in your own application are linked below.

Requirement Version
Node JS 20.10.0
React 18.2.0
React-Native 0.73.5

Installation

Make sure the requirements above already install on your system.
Clone the project to your directory and install the dependencies.

$ git clone https://github.com/wisnuuakbr/my_laundry_app
$ cd my_laundry_app

Install the dependencies

$ npm install

Run the Application

Let Metro Bundler run in its own terminal. Open a new terminal from the root of your React Native project. Run the following command to start your Android or iOS app:

For Android

# using npm
npm run android

# OR using Yarn
yarn android

For iOS

# using npm
npm run ios

# OR using Yarn
yarn ios

If everything is set up correctly, you should see your new app running in your Android Emulator or iOS Simulator shortly provided you have set up your emulator/simulator correctly.

This is one way to run your app — you can also run it directly from within Android Studio and Xcode respectively.