> For the complete documentation index, see [llms.txt](https://appcraftman1.gitbook.io/car-rental-app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://appcraftman1.gitbook.io/car-rental-app/master.md).

# Introduction

![](/files/-LW2CsIGLSEMklIydfRA)

This is an expo App with [CRNA](https://facebook.github.io/react-native/blog/2017/03/13/introducing-create-react-native-app), [Native Base](https://nativebase.io/), [React Navigation](https://reactnavigation.org/), [Redux](https://redux.js.org/), [Redux-Thunk](https://github.com/reduxjs/redux-thunk) and with backend(fake) interaction using [AxiosJS](https://github.com/axios/axios). It combines the best React-Native development practices and pattern to helps you boot a new React Native mobile application and stay productive by providing the development and automation tools needed for the most common tasks.

## Features

* Power-packed with [Redux](https://redux.js.org/), [Redux-Thunk](https://github.com/reduxjs/redux-thunk), [Native Base](https://nativebase.io/) and [React Navigation](https://reactnavigation.org/)
* Integrated with **CRNA** and **Expo**
* OpenID Connect (**OIDC**) authentication and **JWT token** management Using [Expo AuthSession](https://docs.expo.io/versions/latest/sdk/auth-session)
* **Full interaction with a Backend API** (fake) using [AxiosJs](https://github.com/axios/axios) And Redux middleware to **add  JWT Access Token to each api request**
* Awesome theme and beautiful screens
* A shared React and React Native structure and code base for both IOS and Android
* Code Linting
* Test and coverage, using [Jest](https://facebook.github.io/jest/) and [Enzyme](https://github.com/airbnb/enzyme)
* Easy Routing and Navigation using [React Navigation](https://reactnavigation.org/)

## Screenshots

![](/files/-LW22th64c-ThGy-ew7q)

![](/files/-LW231GKKinWHkzeH2tT)

![](/files/-LW233oOacs_gEJGuLEx)

![](/files/-LW236_GCNM9HFhDCIlQ)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://appcraftman1.gitbook.io/car-rental-app/master.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
