fix(nav): animation backdrop

This commit is contained in:
Manu Mtz.-Almeida
2018-08-07 21:54:15 +02:00
parent 48e2a4e2ca
commit 948d0839c9
6 changed files with 2 additions and 18 deletions

View File

@ -1486,7 +1486,6 @@ declare global {
* Returns the length of navigation stack
*/
'isAnimating': () => boolean;
'length': () => number;
/**
* Call to navigate back from a current component. Similar to push(), you can also pass navigation options.
*/