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.
- Host: GitHub
- URL: https://github.com/athuldev2024/demo-mobile-app
- Owner: athuldev2024
- Created: 2024-10-27T17:24:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-29T10:23:49.000Z (over 1 year ago)
- Last Synced: 2025-08-14T05:37:08.608Z (10 months ago)
- Topics: android-app, async-storage, axios, formik-yup, ios-app, react-native, react-native-paper, redux-toolkit, rest-api
- Homepage:
- Size: 1.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mobile chat application
Demo React Native hybrid mobile application which will run in both iOS and Android.

### 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
```