
반려사유중 네비게이션에 앱 아이콘이랑 앱 이름이 포함되어야 한다해서 작업중인데
@apps-in-tossapps-in-toss/web-framework 1.1.2로 업데이트 이후 해당 아이콘와 이름이 표시되지않습니다.
granite.config에는 해당 코드 형태로 작성하였습니다.
navigationBar: {
withBackButton: true,
withHomeButton: true,
initialAccessoryButton: {
id: 'Logo',
title: '우주 구슬 : 달리기',
icon: {
name: 'https://static.toss.im/appsintoss/1429/fa072e09-5005-447a-8462-331cb9934dea.png',
},
},
},