소스 검색

Document proper usage of setDefaultOptions

Guy Carmeli 6 년 전
부모
커밋
5dd7f849cb
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2
    0
      docs/docs/styling.md

+ 2
- 0
docs/docs/styling.md 파일 보기

@@ -32,6 +32,8 @@ export default class StyledScreen extends Component {
32 32
 ## Enabling persistent styling properties
33 33
 In v2 we added `setDefaultOptions` API for styles that should be applied on all components.
34 34
 
35
+> `setDefaultOptions` Does not update options of existing component, therefore it should be called before `setRoot`
36
+
35 37
 ```js
36 38
 Navigation.setDefaultOptions({
37 39
   topBar: {