Skip to content

rewdt/liferithm-assignment

Repository files navigation

Liferithms Challenge

android shot 1

android shot 2

android shot 3

signin

Sign up

How to build and run it yourself

You need to have Node.js react-native-cli installed. Moreover you need to have Xcode 6 and Android SDK.

Complete the following steps to build and run the app:

  1. Download and install Xcode 10 or higher
  2. Download and install the Android SDK
  3. Install the react-native-cli with:
  npm install -g react-native-cli
  1. Clone this repository:
git clone https://github.com/rewdt/liferithm-assignment.git

if you get an error saying debug.keystore not found

keytool -genkey -v -keystore debug.keystore -storepass android -alias androiddebugkey -keypass android -keyalg RSA -keysize 2048 -validity 10000
  1. Run the server

react-native start

then in a new terminal run simultaneously

for android run


react-native run-android

for ios run


react-native run-ios


  1. For your convenience I have created a login account for ease of access email:

password:


password

About

An Assessment by liferithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published