소스 검색

Document popTo(componentId)

Guy Carmeli 6 년 전
부모
커밋
bbc643e7bd
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. 7
    0
      docs/docs/screen-api.md

+ 7
- 0
docs/docs/screen-api.md 파일 보기

@@ -44,6 +44,13 @@ Pop all the screens until the root from this screen's navigation stack.
44 44
 ```js
45 45
 Navigation.popToRoot(this.props.componentId);
46 46
 ```
47
+## popTo(componentId)
48
+
49
+Pop the stack to a given component.
50
+
51
+```js
52
+Navigation.popTo(componentId);
53
+```
47 54
 
48 55
 ## setStackRoot(componentId, params)
49 56