A react native app for controlling LEDs running via my fastled interface. This serves as a replacement for having to host the basic web interface and access it via browser.
- Install NodeJS
v24.xor higher - Run
npm i --legacy-peer-deps
Note: The legacy peer deps flag is temporary until @rneui gets their library at 5.X figured out
The following scripts are available and scaffolded out by expo:
npm start: run the expo server, making the app available in development mode (generic)npm run android: run the expo server specifically for android devicesnpm run ios: run the expo server specifically for ios devices (untested)npm run web: run the expo server specifically for web (untested)
Once the server is started, scan the QR code with the Expo Go App and wait for the app to bundle.
