An open API service indexing awesome lists of open source software.

https://github.com/athuldev2024/demo-mobile-app

Demo React Native hybrid mobile application which will run in both iOS and Android.
https://github.com/athuldev2024/demo-mobile-app

android-app async-storage axios formik-yup ios-app react-native react-native-paper redux-toolkit rest-api

Last synced: about 2 months ago
JSON representation

Demo React Native hybrid mobile application which will run in both iOS and Android.

Awesome Lists containing this project

README

          

# Mobile chat application

Demo React Native hybrid mobile application which will run in both iOS and Android.

![alt text](image.png)

### Run the application

#### Pre installation

Delete the existing package-lock.json file and install node modules

```bash
npm install
```

Delete pod lock file and pod folder and install a fresh pod folder

```bash
cd ios && rm -rf Pods Podfile.lock && pod install
```

#### Run the application

##### Run the server (backend) first

Clone this repo and run it: https://github.com/athuldev2024/demo-app-server.

For Android

```bash
npm run android
```

For iOS

```bash
npm run ios
```