# DriverApp

{% hint style="info" %} <i class="fa-bullhorn">:bullhorn:</i> NOTE :\
Before launching the app, ensure you have correctly set up the ADMIN LARAVEL and have added all necessary data through the admin panel.
{% endhint %}

## **Create a Project :**

1. **Open terminal and change location to where you want to create project.**<br>

   <figure><img src="https://74030740-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6o4UzjBZtMQpeq4oeh8s%2Fuploads%2Fb4YkAmoG7R4KLOHGllnb%2Fss7.png?alt=media&#x26;token=c5d0e3a5-b120-429a-a77a-b8cbfb705b09" alt=""><figcaption></figcaption></figure>
2. **To create a React Native project, run the following command :**<br>

   ```html
   npx react-native init TaxidoDriverAPI
   ```

   <figure><img src="https://74030740-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6o4UzjBZtMQpeq4oeh8s%2Fuploads%2FtXmyAZqI2V4Y0Q3YkmKT%2Fss9.png?alt=media&#x26;token=73476a99-9b48-4b8d-8027-0fadc438e352" alt=""><figcaption></figcaption></figure>
3. **If you want to create a project with a specific React Native version, use the command :**<br>

   ```html
   npx @react-native-community/cli init TaxidoDriverAPI --version 0.82.1
   ```

   <figure><img src="https://74030740-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6o4UzjBZtMQpeq4oeh8s%2Fuploads%2FpKUcShK4SZAVfRpAH1JC%2Fss10.png?alt=media&#x26;token=f276a008-9539-4654-892e-e7c45ddb2f81" alt=""><figcaption></figcaption></figure>
