/rn-delivery-app

The Delivery App as Android Application

Primary LanguageJavaScript

CareRX Delivery App v1.0

This application is built using react-native. To see the dependancies inspect the Package.json.

Important Libraries

React Navigation v5 Documention

React Native Elements Documentation

React Native Community [Picker] Documentation

Axios Documentation

Screen Documentation

Initilization Commands

Navigation:

npm install @react-navigation/native
expo install react-native-gesture-handler react-native-reanimated react-native-screens react-native-safe-area-context @react-native-community/masked-view
npm install @react-navigation/stack
npm install @react-navigation/bottom-tabs

@Top of App.js

import 'react-native-gesture-handler';

This will add these features to the global window of the application.