An open API service indexing awesome lists of open source software.

https://github.com/f33rni/lab42


https://github.com/f33rni/lab42

Last synced: 3 months ago
JSON representation

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
```