Ver código fonte

Document popTo(componentId)

Guy Carmeli 6 anos atrás
pai
commit
bbc643e7bd
1 arquivos alterados com 7 adições e 0 exclusões
  1. 7
    0
      docs/docs/screen-api.md

+ 7
- 0
docs/docs/screen-api.md Ver arquivo

@@ -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