-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: ✨ implement bottom navigation tabs layout #38
base: main
Are you sure you want to change the base?
Conversation
P1 커맨드는 제 건에서 넣어서 파일만 추가해주셔도 될것 같습니다! |
const styles = StyleSheet.create({ | ||
container: { | ||
flex: 1, | ||
justifyContent: "center", | ||
alignItems: "center", | ||
backgroundColor: "#0D0D0D", | ||
}, | ||
text: { | ||
color: "white", | ||
}, | ||
button: { | ||
fontSize: 20, | ||
textDecorationLine: "underline", | ||
color: "#fff", | ||
}, | ||
}); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
P1
이부분 nativewind className으로 바꿔주셔요~ (전 GPT로 했는데 잘 바꿔주더라구요.)
const styles = StyleSheet.create({ | ||
container: { | ||
flex: 1, | ||
backgroundColor: "#0D0D0D", | ||
justifyContent: "center", | ||
alignItems: "center", | ||
}, | ||
text: { | ||
color: "#fff", | ||
}, | ||
}); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
P1
이부분 nativewind className으로 바꿔주셔요~
const styles = StyleSheet.create({ | ||
container: { | ||
flex: 1, | ||
backgroundColor: "#0D0D0D", | ||
justifyContent: "center", | ||
alignItems: "center", | ||
}, | ||
|
||
button: { | ||
fontSize: 20, | ||
textDecorationLine: "underline", | ||
color: "#fff", | ||
}, | ||
}); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
P1
이부분 nativewind className으로 바꿔주셔요~
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. |
저는 CLA 문서를 읽었으며, CLA에 서명합니다. |
9944312
to
371cb79
Compare
- 조건 추가: selectedApps.length > 0 - 터미널 출력 옵션 추가: { stdio: "inherit" }
This reverts commit 9a115bf.
This reverts commit 717d51a.
- getAppDependencies - package.json 파일 존재 여부 체크 - 유효한 앱이 없을 경우 에러 발생 - actions에서 에러 처리 강화 - 앱 선택 여부 체크
- dist 참조
- 각 선택된 앱의 tsconfig.json 수정
- tsconfig.json: extends @infinite-loop-factory/config-typescript/internal-package.json - package.json: dist 참조 > src 참조
371cb79
to
8ffff93
Compare
안 되시던 커밋 올려주세요~ |
설명 (Description)
체크리스트 (Checklist)