This is a simple mobile ios and android mobile application(ios & android) for locating events on the map. It is built with react native.
This application fetches events added via EventLocator web (http://eventlocate.herokuapp.com) then list them. Within the app you can view event details including location on the map. You can also send a comment and reserve. For demo video of how it works check this link: https://www.youtube.com/watch?v=k9olKTfmVHw
Set up the environment to run react native applications. For more check here.
git clone git@github.com:muhozi/EventLocator.git
cd EventLocator
yarn
For ios you need to have a MacBook with Xcode and Cocoapods installed. Follow the following steps
Install ios native dependencies with cocoapods
cd ios
pod install
Open EventLocator.xcworkspace
in Xcode(it is located in ios
folder) and run the app from from Xcode.
You can also run react-native run-ios
from project home directory.
On android you just need to run react-native run-android
. Make sure you have an android device connected (or Emulator)