Skip to content

SW8-2024/StressWatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StressWatch

SW8 semester project

Setup

  1. Install dependencies
npm install

For the native module to work you need the following: Install JDK 17 and update JAVA_HOME Install android APK and update ANDROID_HOME (the license also needs to be accepted) An Android phone needs to be connected via usb or wifi with USB debugging activated UsageStats permissions needs to be given to the Stressanalyzer app on your phone

  1. Build modules
npx expo prebuild

Alternatively if something is not working:

npx expo prebuild --clean
  1. Run project
npx expo run:android

If you do not want to use the native module,

npx expo start

can still be used but any references to the native module will cause errors.

About

SW8 semester project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors