I saw in Container.js line 113:
var sceneConfig = route.sceneConfig || schema.sceneConfig || Animations.None; has been commented.
I used to uncomment this code and it works fine with animation such as <Schema name="tab" navBar={NavBar} sceneConfig={Navigator.SceneConfigs.HorizontalSwipeJump} /> in index.ios.js.
So what's the reason that you commented this code?