Skip to content

Ario-Inc/appdev

 
 

Repository files navigation

Lighting Control App

Installation

You'll need Node.js, npm, and Android Studio.

# if you need exponent:
npm install -g exp

# the rest:
npm install
exp prepare-detached-build
exp publish

Running in development

First, start the exponent server:

exp start

Then open Android Studio, make sure Gradle is synced, and run the app.

Debugging Redux Actions

  • Install and start React Native Debugger.
  • Run open "rndebugger://set-debugger-loc?host=localhost&port=19001"
  • Press Command+M in the Android Emulator and pick "Debug JS Remotely"

Misc notes

We're using a forked version of react-slider that allows for us to put content on the slider thumb thingy.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 93.0%
  • Java 6.5%
  • Other 0.5%