AFFiNE/packages/frontend/apps/ios
devin-ai-integration e100d252b2
fix(core): add null checks for timeout refs and event listeners for React 19 compatibility (#9116)
## Description
- Add null checks before clearTimeout calls in colorful-fallback.tsx, edgeless.dialog.tsx, and local.dialog.tsx
- Fix event listener cleanup in unfolding.tsx
- Update tsconfig.jsx to use react-jsx transform

## Testing
- [x] Verified type safety improvements for React 19 compatibility
- [x] Ensured proper cleanup of event listeners and timeouts
- [x] Confirmed no unintended side effects from the changes

Link to Devin run: https://app.devin.ai/sessions/2e790f3ea0d84402837ec6c3c6f83e4c
2024-12-12 09:43:42 +00:00
..
App feat(ios,android): setup uniffi infra (#8828) 2024-12-10 03:43:35 +00:00
src fix(mobile): disable navigation gesture for swipe-dialog (#8993) 2024-12-12 06:55:16 +00:00
.gitignore feat(ios,android): setup uniffi infra (#8828) 2024-12-10 03:43:35 +00:00
capacitor.config.ts chore(ios): allow debugging webcontent (#8998) 2024-12-03 09:31:25 +00:00
package.json fix(core): add null checks for timeout refs and event listeners for React 19 compatibility (#9116) 2024-12-12 09:43:42 +00:00
project.json feat(mobile): iOS app testflight (#8501) 2024-10-18 09:30:38 +00:00
README.md feat(ios): live reload script and docs (#8863) 2024-11-20 01:33:18 +00:00
tsconfig.json feat(mobile): iOS app testflight (#8501) 2024-10-18 09:30:38 +00:00

iOS

AFFiNE iOS app.

Build

  • yarn install
  • BUILD_TYPE=canary PUBLIC_PATH="/" yarn workspace @affine/ios build
  • yarn workspace @affine/ios cap sync
  • yarn workspace @affine/ios cap open ios

Live Reload

Capacitor doc: https://capacitorjs.com/docs/guides/live-reload#using-with-framework-clis

  • yarn install
  • yarn dev
    • select ios for the "Distribution" option
  • yarn workspace @affine/ios sync:dev
  • yarn workspace @affine/ios cap open ios