infinite-loop-factory / app-factory

A platform for rapid, scalable app creation using reusable components and automation.
https://infinite-loop-factory.github.io/app-factory/
GNU General Public License v3.0
3 stars 0 forks source link

Feature/reaction speed test #44

Closed JAM-PARK closed 1 week ago

JAM-PARK commented 2 weeks ago

설명 (Description)

관련 이슈 (Related Issues)

변경 내용 (Changes Made)

체크리스트 (Checklist)

추가 정보 (Additional Context)

문제점이 있습니다🥲 웹뷰 페이지에서 reaction-speed-test를 선택하면 children이 (전체화면으로) 렌더링됩니다...

여기 조건에 걸리는 것으로 보이는데요

if (typeof window !== "undefined") return children;

삽질에 수확이 없었습니다... 은광님 규범님과 같은 화면 구현이 안되네요 (웹뷰는 작은 View에, pnpm start 👉 w은 전체화면) 유일한 방법이

// 아래 조건 주석 처리
// if (typeof window !== "undefined") return children;

후에 pnpm web:publish커맨드 실행하기인데 찜찜하네요...!

제 앱이랑 기존 앱들의 다른점은

(tabs) 제거, (pages) expo routing Groups 적용

이것뿐이라고 생각합니다..!

어떻게 처리하면 좋을까요?

github-actions[bot] commented 2 weeks ago

This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size.

ckrbqja commented 2 weeks ago

맞아용! !== 아니고 ===로 바꾸면 잘 될거에요! 지금 외부라 집가서 한 번 확인 해보겠습니다

바꾸고 하면 잘 될거에여

CLAassistant commented 2 weeks ago

CLA assistant check
All committers have signed the CLA.

github-actions[bot] commented 2 weeks ago

This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size.

github-actions[bot] commented 2 weeks ago

This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size.