瀏覽代碼

Use animationType fade when starting the app

Guy Carmeli 8 年之前
父節點
當前提交
b9a3ceda60
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      example/src/app.js

+ 1
- 0
example/src/app.js 查看文件

29
 // this will start our app
29
 // this will start our app
30
 Navigation.startTabBasedApp({
30
 Navigation.startTabBasedApp({
31
   tabs,
31
   tabs,
32
+  animationType: Platform.OS === 'ios' ? 'slide-down' : 'fade',
32
   tabsStyle: {
33
   tabsStyle: {
33
     tabBarBackgroundColor: '#003a66',
34
     tabBarBackgroundColor: '#003a66',
34
     navBarButtonColor: '#ffffff',
35
     navBarButtonColor: '#ffffff',