[RN] React Native 앱 이름 바꾸는 방법
1286 단어 react nativereact native
프로젝트명 생성후 앱이름 바꾸는 방법에 대해서 설명 드리겠습니다.
Android
- app.json 에서 displayName 수정
- name을 변경할 경우 에러가 떠서 displayName만 변경해야함
- name을 변경할 경우 에러가 떠서 displayName만 변경해야함
- android/app/src/main/res/values/strings.xml을 열어서 코드 수정
<resources> <string name="app_name">변경할 앱 이름</string> </resources>
iOS
- xCode에서 General tab > Identity에 들어가서 Display Name 변경
Author And Source
이 문제에 관하여([RN] React Native 앱 이름 바꾸는 방법), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://velog.io/@hooray/RN-React-Native-앱-이름-바꾸는-방법저자 귀속: 원작자 정보가 원작자 URL에 포함되어 있으며 저작권은 원작자 소유입니다.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)