Skip to content

DrChrispoper/datepicker

Repository files navigation

Date Picker

Main technologies used

A framework for building native apps with React.

runs with expo

Running the project

0. Requirements

You will need the expo cli installed to run the project. To install the expo cli you can run this command:

yarn global add expo-cli

To run the project on your physical phone, you need to install the Expo Client app:

Google Play Store

App Store

1. Clone this project

The first step for running the code is to get it to your computer. You can clone this repo using the following command:

git clone https://github.com/DrChrispoper/contactsChallenge.git

Or download the archive of the release zip. Release 1.0

2. Install depencies

The second step is to install the project depencies. You can do that using Yarn with the following command:

yarn

3. Launch expo

To start expo run the following command:

expo start

When you run expo start, Expo CLI starts Metro Bundler, which is an HTTP server that compiles the JavaScript code of our app using Babel and serves it to the Expo app. It also pops up Expo Dev Tools in your browser, a graphical interface for Expo CLI.

4. Preview the project

Physical Devices

Open the Expo development client on your device. Scan the QR code printed by expo start with Expo Client (Android) or Camera (iOS). You may have to wait a minute while your project bundles and loads for the first time.

Simulator

Open the Expo Dev Tools on your browser. In the left side menu you can click on 'Run on Android/iOS simulator' to launch the project in the simulator.

About

Select day and time for booking

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published