- Add build number/timestamp display on login screen - Improve error message when beneficiary has no deployment (user-friendly text instead of crash) - Fix verify-otp screen layout for Android (smaller spacing, icon sizes) - Add KeyboardAvoidingView to setup-wifi screen - Save WiFi passwords per SSID (auto-fill on reconnect) - Suppress BLE "operation cancelled" noise in logs - Add build-info generation script (npm run build-info) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
6 lines
223 B
TypeScript
6 lines
223 B
TypeScript
// Auto-generated by scripts/generate-build-info.js
|
|
// DO NOT EDIT MANUALLY
|
|
export const BUILD_NUMBER = 1;
|
|
export const BUILD_TIMESTAMP = '2026-01-28T05:16:19.402Z';
|
|
export const BUILD_DISPLAY = 'build 1 · Jan 27, 21:16';
|