Feature Description
@ancore/mobile-app currently runs a node smoke test because RN preset fails on Flow/ESM polyfills. Wire babel-jest + RN preset so App and navigation can be tested in CI.
Problem Statement
Host app has no real component coverage; regressions in onboarding shell will not be caught.
Proposed Solution
- Configure babel-jest with @react-native/babel-preset.
- transformIgnorePatterns for RN monorepo packages.
- Restore/fix
__tests__/App.test.tsx with testing-library.
- Keep smoke as fallback only if needed.
Impact Area
Priority
Implementation Complexity
Feature Description
@ancore/mobile-appcurrently runs a node smoke test because RN preset fails on Flow/ESM polyfills. Wire babel-jest + RN preset so App and navigation can be tested in CI.Problem Statement
Host app has no real component coverage; regressions in onboarding shell will not be caught.
Proposed Solution
__tests__/App.test.tsxwith testing-library.Impact Area
Priority
Implementation Complexity