A Simple Application Created using React-Native and Redux for splitting up expenses among your groups and event attendees. This app uses Firebase for backend It is bootstrapped with Create React Native App.
You check this app on https://expo.io/@shubham56/myapp.
OR
Scanning this QR code with your Expo mobile app loads this experience immediately.
OR
Typing
exp://exp.host/@shubham56/myapp
inside of Expo will also open this experience.
With Expo you can build, share and enjoy many mobile experiences. Download the app to try Bill-Split-App today. For links to install the Expo app, please visit https://expo.io.
- React Native
- Redux
- React Navigation
- NativeBase
- Redux Thunk
- Firebase for Backend
1. Clone the Repo On the terminal run the following commands
$ git clone https://github.com/shubham56/Bill-Split-App.git
$ cd Bill-Split-App
$ npm install
2. To start the expo app
Run the following command
$ npm start
To run on iOS simulator/device
Run the following command
$ npm run ios
To run on android emulator/device
Run the following command
$ npm run android