mirror of
https://github.com/selfxyz/self.git
synced 2026-01-09 14:48:06 -05:00
Prepares app for Euclid (#1473)
* setup IS_EUCLID build variable for conditionally using euclid desgins create a headless header that only handles the status bar, for the new screens since they manage their own make sure new screens get proper insets add recoveryphrase 3.0 fix country picker * this lint runs twice. once in repo wide lint and once here. so lets just run once to save resources Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
1
.github/workflows/mobile-bundle-analysis.yml
vendored
1
.github/workflows/mobile-bundle-analysis.yml
vendored
@@ -5,6 +5,7 @@ env:
|
||||
JAVA_VERSION: 17
|
||||
WORKSPACE: ${{ github.workspace }}
|
||||
APP_PATH: ${{ github.workspace }}/app
|
||||
NODE_ENV: "production"
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
|
||||
5
.github/workflows/mobile-ci.yml
vendored
5
.github/workflows/mobile-ci.yml
vendored
@@ -90,9 +90,6 @@ jobs:
|
||||
- name: Check App Types
|
||||
run: yarn types
|
||||
working-directory: ./app
|
||||
- name: Check license headers
|
||||
run: node scripts/check-license-headers.mjs --check
|
||||
working-directory: ./
|
||||
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
@@ -190,6 +187,8 @@ jobs:
|
||||
env:
|
||||
# Increase Node.js memory to prevent hermes-parser WASM memory errors
|
||||
NODE_OPTIONS: --max-old-space-size=4096
|
||||
# Override production NODE_ENV for tests - React's production build doesn't include testing utilities
|
||||
NODE_ENV: test
|
||||
run: |
|
||||
# Final verification from app directory perspective
|
||||
echo "Final verification before running tests (from app directory)..."
|
||||
|
||||
1
.github/workflows/mobile-deploy.yml
vendored
1
.github/workflows/mobile-deploy.yml
vendored
@@ -31,6 +31,7 @@ name: Mobile Deploy
|
||||
env:
|
||||
# Build environment versions
|
||||
RUBY_VERSION: 3.2
|
||||
NODE_ENV: "production"
|
||||
JAVA_VERSION: 17
|
||||
ANDROID_API_LEVEL: 35
|
||||
ANDROID_NDK_VERSION: 27.0.12077973
|
||||
|
||||
Reference in New Issue
Block a user