Przeglądaj źródła

Document popTo(componentId)

Guy Carmeli 6 lat temu
rodzic
commit
bbc643e7bd
1 zmienionych plików z 7 dodań i 0 usunięć
  1. 7
    0
      docs/docs/screen-api.md

+ 7
- 0
docs/docs/screen-api.md Wyświetl plik

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