This repository has been archived on 2026-07-21. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
crisleo94 22ded87250 feat: implement mobile reader
- implement mobile epub reader
2026-06-20 13:33:44 -05:00

11 lines
524 B
Bash
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Mobile (Expo) environment (example never commit real secrets)
# Base URL of the Django backend. Must be reachable from the device/emulator.
# - Android emulator: http://10.0.2.2:8000
# - iOS simulator: http://localhost:8000
# - Physical device: http://<your-lan-ip>:8000
EXPO_PUBLIC_API_URL=http://10.0.2.2:8000
# EAS Build: set per profile in mobile/eas.json or via:
# eas secret:create --name EXPO_PUBLIC_API_URL --value https://your-api.example.com
# Run all eas commands from mobile/ (not repo root).