소스 검색

Update styling-the-navigator.md

Guy Carmeli 7 년 전
부모
커밋
67855149d1
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      docs/styling-the-navigator.md

+ 1
- 0
docs/styling-the-navigator.md 파일 보기

40
   navBarBackgroundColor: '#f7f7f7', // change the background color of the nav bar (remembered across pushes)
40
   navBarBackgroundColor: '#f7f7f7', // change the background color of the nav bar (remembered across pushes)
41
   navBarCustomView: 'example.CustomTopBar', // registered component name
41
   navBarCustomView: 'example.CustomTopBar', // registered component name
42
   navBarComponentAlignment: 'center', // center/fill
42
   navBarComponentAlignment: 'center', // center/fill
43
+  navBarCustomViewInitialProps: {}, // Serializable JSON passed as props
43
   navBarButtonColor: '#007aff', // Change color of nav bar buttons (eg. the back button) (remembered across pushes)
44
   navBarButtonColor: '#007aff', // Change color of nav bar buttons (eg. the back button) (remembered across pushes)
44
 
45
 
45
   navBarHidden: false, // make the nav bar hidden
46
   navBarHidden: false, // make the nav bar hidden