Skip to content

Rideout-SDP-2021-Sem1/Rideout-React-Native

Repository files navigation

Rideout 🏍️

This is the repository for RIDEOUT

What is RIDEOUT I hear you say? Well... RIDEOUT is the only app that motorcyclists will ever need. RIDEOUT is a mobile app that allows motorcycle enthusiasts meet like minded riders and ride with them. Not only do you walk away with a thrilling (yet safe) experience doing the hobby you enjoy but you also get to meet, connect and interact with awesome riders right around the corner.

Demo

Enjoy These Beautiful images of this wonderful app!

image image image image

How is the project built?

what did we use?

The App is built on React native, coded in JavaScript, Using Google API's for map integration, and UI Kitten for Ui/UX development.

Dependencies

  • Xcode / Visual Studios
  • Google API
  • UI Kitten

Lets Run!

Lets install all of the packages!

Our app uses packages from EVERYWHERE, don't worry we have made it easy for you. Just do the following:

npm install

Running on IOS?

So, you're trying to run our app on ios... Don't worry we got you:

cd ios
pod install
cd ..
npm run ios

Android

And all you have to do for Android is:

npm run android 

ISSUES

Our main issue is that we are having trouble implementing google maps for IOS, A lot of the features on Android, are not as smooth or work the same way as we intended on IOS.