├── .expo-shared └── assets.json ├── .gitignore ├── App.js ├── App ├── Add.js ├── Browser.js └── Devices.js ├── README.md ├── app.json ├── assets ├── android-icon-foreground.png ├── gplay-feature-graphic.png ├── icon.png ├── qr-code.svg └── splash.png ├── babel.config.js ├── package.json └── screenshots ├── S10-Add.jpg ├── S10-Devices.jpg ├── S10-Lights.jpg ├── SP-S10-Add.png ├── SP-S10-Devices.png ├── SP-S10-Lights.png ├── SP-iPhone-Add.png ├── SP-iPhone-Devices.png ├── SP-iPhone-Lights.png ├── iPad-Add.png ├── iPad-Devices.png ├── iPad-Lights.png ├── iPhone-Add.JPG ├── iPhone-Devices.JPG └── iPhone-Lights.JPG /.expo-shared/assets.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShiromMakkad/LedFxMobile/HEAD/.expo-shared/assets.json -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShiromMakkad/LedFxMobile/HEAD/.gitignore -------------------------------------------------------------------------------- /App.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShiromMakkad/LedFxMobile/HEAD/App.js -------------------------------------------------------------------------------- /App/Add.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShiromMakkad/LedFxMobile/HEAD/App/Add.js -------------------------------------------------------------------------------- /App/Browser.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShiromMakkad/LedFxMobile/HEAD/App/Browser.js -------------------------------------------------------------------------------- /App/Devices.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShiromMakkad/LedFxMobile/HEAD/App/Devices.js -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShiromMakkad/LedFxMobile/HEAD/README.md -------------------------------------------------------------------------------- /app.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShiromMakkad/LedFxMobile/HEAD/app.json -------------------------------------------------------------------------------- /assets/android-icon-foreground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShiromMakkad/LedFxMobile/HEAD/assets/android-icon-foreground.png -------------------------------------------------------------------------------- /assets/gplay-feature-graphic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShiromMakkad/LedFxMobile/HEAD/assets/gplay-feature-graphic.png -------------------------------------------------------------------------------- /assets/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShiromMakkad/LedFxMobile/HEAD/assets/icon.png -------------------------------------------------------------------------------- /assets/qr-code.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShiromMakkad/LedFxMobile/HEAD/assets/qr-code.svg -------------------------------------------------------------------------------- /assets/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShiromMakkad/LedFxMobile/HEAD/assets/splash.png -------------------------------------------------------------------------------- /babel.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShiromMakkad/LedFxMobile/HEAD/babel.config.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShiromMakkad/LedFxMobile/HEAD/package.json -------------------------------------------------------------------------------- /screenshots/S10-Add.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShiromMakkad/LedFxMobile/HEAD/screenshots/S10-Add.jpg -------------------------------------------------------------------------------- /screenshots/S10-Devices.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShiromMakkad/LedFxMobile/HEAD/screenshots/S10-Devices.jpg -------------------------------------------------------------------------------- /screenshots/S10-Lights.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShiromMakkad/LedFxMobile/HEAD/screenshots/S10-Lights.jpg -------------------------------------------------------------------------------- /screenshots/SP-S10-Add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShiromMakkad/LedFxMobile/HEAD/screenshots/SP-S10-Add.png -------------------------------------------------------------------------------- /screenshots/SP-S10-Devices.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShiromMakkad/LedFxMobile/HEAD/screenshots/SP-S10-Devices.png -------------------------------------------------------------------------------- /screenshots/SP-S10-Lights.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShiromMakkad/LedFxMobile/HEAD/screenshots/SP-S10-Lights.png -------------------------------------------------------------------------------- /screenshots/SP-iPhone-Add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShiromMakkad/LedFxMobile/HEAD/screenshots/SP-iPhone-Add.png -------------------------------------------------------------------------------- /screenshots/SP-iPhone-Devices.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShiromMakkad/LedFxMobile/HEAD/screenshots/SP-iPhone-Devices.png -------------------------------------------------------------------------------- /screenshots/SP-iPhone-Lights.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShiromMakkad/LedFxMobile/HEAD/screenshots/SP-iPhone-Lights.png -------------------------------------------------------------------------------- /screenshots/iPad-Add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShiromMakkad/LedFxMobile/HEAD/screenshots/iPad-Add.png -------------------------------------------------------------------------------- /screenshots/iPad-Devices.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShiromMakkad/LedFxMobile/HEAD/screenshots/iPad-Devices.png -------------------------------------------------------------------------------- /screenshots/iPad-Lights.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShiromMakkad/LedFxMobile/HEAD/screenshots/iPad-Lights.png -------------------------------------------------------------------------------- /screenshots/iPhone-Add.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShiromMakkad/LedFxMobile/HEAD/screenshots/iPhone-Add.JPG -------------------------------------------------------------------------------- /screenshots/iPhone-Devices.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShiromMakkad/LedFxMobile/HEAD/screenshots/iPhone-Devices.JPG -------------------------------------------------------------------------------- /screenshots/iPhone-Lights.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShiromMakkad/LedFxMobile/HEAD/screenshots/iPhone-Lights.JPG --------------------------------------------------------------------------------