[RN] React Native 앱 이름 바꾸는 방법

프로젝트명 생성후 앱이름 바꾸는 방법에 대해서 설명 드리겠습니다.

Android

  1. app.json 에서 displayName 수정
    • name을 변경할 경우 에러가 떠서 displayName만 변경해야함
  2. android/app/src/main/res/values/strings.xml을 열어서 코드 수정
    <resources>
    <string name="app_name">변경할 앱 이름</string>
    </resources>

iOS

  1. xCode에서 General tab > Identity에 들어가서 Display Name 변경

좋은 웹페이지 즐겨찾기