inflearn logo
강의

강의

N
챌린지

챌린지

멘토링

멘토링

N
클립

클립

로드맵

로드맵

지식공유

박준권님의 게시글

박준권 박준권

@gusals30785496

수강평 작성수
-
평균평점
-

게시글 1

질문&답변

DarawContentOptions

Drawer.Navigator initialRouteName = 'Home' screenOptions = { { drawerType : 'front' , drawerPosition : 'left' , drawerStyle : { backgroundColor : '#c6cbef' , width : 200 , }, drawerInactiveTintColor : 'blue' , drawerActiveTintColor : 'red' , drawerActiveBackgroundColor : 'skyblue' } } drawerContent = { ( props ) => CustomDrawerContent { ... props } /> } > 자답입니다. 6.x 로 버전업되고 drawerContentOptions가 remove되었습니다. screenOptions안에 지정을 해줘야합니다.

좋아요수
0
댓글수
1
조회수
255