浏览代码

feat(mobile/navigation) - updated shared doc animation

master
Calin Chitu 3 年前
父节点
当前提交
44ff1aac11
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      react/features/mobile/navigation/screenOptions.js

+ 1
- 1
react/features/mobile/navigation/screenOptions.js 查看文件

@@ -242,7 +242,7 @@ export const gifsMenuOptions = presentationScreenOptions;
242 242
  * Screen options for shared document.
243 243
  */
244 244
 export const sharedDocumentScreenOptions = {
245
-    animation: 'default',
245
+    animation: 'slide_from_right',
246 246
     headerBackTitleVisible: false,
247 247
     headerShown: true,
248 248
     headerStyle: {

正在加载...
取消
保存