The mobile application of Ablativo built using React Native, react-native-gifted-chat and react-native-becon-manager
- Authentication and Mentor Choice.
- Find nearby beacons.
- Chat with the artworks in a room.
- Upvote system for both artwork and room.
- Collect device sensors data during a visit.
- Listen music in the profile screen.
- NodeJS
git clone https://github.com/Ablativo/Ablativo_Mobile
cd Ablativo_Mobile
npm install
2. Start up the backend
git clone https://github.com/Ablativo/Ablativo_Backend
cd Ablativo_Backend
npm install
nodemon bin/www.js
npx react-native run-android