A React Native app for using Eventick's check in API.
Follow React Native's "Getting Started" guide to set up your development environment.
- Clone the repository:
$ git clone https://github.com/devbeers/eventick-react-native.git
- Install dependencies:
$ npm install
- Run:
# For iOS
react-native run-ios
# For Android
react-native run-android
Alternatively, open ios/reactEventick.xcodeproj
for iOS development.
- Build the js bundle file:
$ react-native bundle --platform ios --dev false --entry-file index.ios.js --bundle-output iOS/main.jsbundle
- Open
ios/reactEventick.xcodeproj
and edit the scheme to use theRelease
configuration.