Rakneti is a car park reservation system that enables users to reserve a parking spot in different parking locations.
-
Node.js must be installed on your device. Run this command to check if it installed
node -v
If not installed, download the LTS version from https://nodejs.org/en/
-
You must have Android Studio or Xcode to run the application on simulator/emulator. You can also run the app on your physical Android device by following this documentation: https://reactnative.dev/docs/running-on-device
- Run this command in the project's directory
"../Rakneti"
to install all third-party libraries used
npm install
- Install pods on iOS
cd ios && pod install
- Link libraries to your app
cd .. && react-native link
- Build and run the app
- Run this command to build the app on Android
react-native run-android
- Run this command to build the app on iOS
react-native run-ios
Issue Tracker: https://github.com/kmagued/Rakneti/issues
Email us on rakneti.taksy@gmail.com for any inquiries about the system