-
Notifications
You must be signed in to change notification settings - Fork 1
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
[Kan 151] iOS 빌드 및 필수 요소들 수정 #59
Conversation
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.
고생 많으셨어요!!
보면서 궁금했던거 남겨놓겠습니다.
-
이미지를 크기마다 다르게 넣어놨던데, ios에서만 크기마다 필요한걸까요? (아니면 aos에서도 동일하게했고, 별도의 파일을 넣은건지)
-
플랫폼별로 fontfaily를 다르게 하신것같은데, 이유를 알 수 있을까요? ios에서는 지원하지 않는건가여?
|
iOS 빌드 되도록 해두었습니다.
라이브러리 같은 것들 iOS설정 마쳐놨고, 기타 위아래 SafeArea등 수정해 두었습니다.
프로젝트 폴더/ios 폴더에서
pod install --repo-update
하시고
npx react-native run-ios --simulator "iPhone 13"
npx react-native run-ios
등으로 실행 시키시면 됩니다
AndroidManifest, AppDelegate은 https://www.notion.so/AndroidManifest-AppDelegate-6692ee22f66d412a91c919b6da8a0590?pvs=4
에 기록해 두었습니다.