소스 검색

Fix setStackRoot animation documentation (#3849)

Raphael Hovsepyan 7 년 전
부모
커밋
7ac78c2b3c
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5
    1
      docs/docs/screen-api.md

+ 5
- 1
docs/docs/screen-api.md 파일 보기

60
           text: 'Root screen'
60
           text: 'Root screen'
61
         },
61
         },
62
         options: {
62
         options: {
63
-          animated: true // Will animate root change same as push
63
+          animations: {
64
+            setStackRoot: {
65
+              enable: true
66
+            }
67
+          }
64
         }
68
         }
65
       }
69
       }
66
 });
70
 });