This is a React Native application for BookAR-Server.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. The app relies on BookAR-Server for communication and backend tasks.
- Node.js
- npm or Yarn
- React Native CLI
- Android Studio or Xcode (for running on a simulator or a real device)
- Clone the repository:
git clone https://github.com/yourusername/BookAR-App.git
- Install dependencies:
cd BookAR-App
npm install
or
yarn install
- Run the app:
npx react-native run-android
or
npx react-native run-ios
Contributions are welcome. Please feel free to fork the project and submit your pull requests
This project is licensed under the terms of the MIT license. See the LICENSE file for details.