뒤로가기 버튼 색상 수정배경색 설정헤더 아래 그림자 제거하기뒤로가기 버튼 색상 수정headerTintColor<Stack.Navigator screenOptions={{headerTintColor: 'black'}}>배경색 설정screenOptions={{ headerStyle: { backgroundColor: color.purple } }} 헤더 아래 그림자 제거하기screenOPtions={{ headerStyle: {shadowColor: 'transparent'} }}