https://github.com/f33rni/lab42
https://github.com/f33rni/lab42
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/f33rni/lab42
- Owner: F33RNI
- Created: 2024-01-06T23:10:04.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-07T02:07:53.000Z (almost 2 years ago)
- Last Synced: 2025-02-15T12:52:08.422Z (8 months ago)
- Language: Java
- Size: 309 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🔦 lab42
## Demo expo app with native android module to turn on the flashlight
![]()
----------
## ❓ Get started
#### 🏗️ Preparing
```shell
git clone https://github.com/F33RNI/lab42
cd lab42
npm install
```#### ♻️ Run using emulator / connected phone
1. Start emulator / connect phone with USB debugging
2. Run:
```shell
npx expo run:android
```#### 📦 Build APK
1. Remove `"projectId":` from `app.json`
2. Build locally:
```shell
eas build -p android --local
```3. Build using [expo](https://expo.dev/):
```shell
eas build -p android
```