【发布时间】:2017-02-05 17:41:43
【问题描述】:
我正在使用来自 @exponent/ex-navigation 库的 StackNavigation。一切正常。但是 push() 或 pop() 没有任何动画。我已经尝试为相同设置以下内容
<StackNavigation
defaultRouteConfig={{
navigationBar: {
backgroundColor: Colors.appThemeColor,
tintColor: 'whitesmoke',
}
}}
configScene={ExNavigator.SceneConfigs.FloatFromRight}
initialRoute={Router.getRoute('locator')} />
configScene={ExNavigator.SceneConfigs.FloatFromRight} was not able to render scene with animation.
如果我遗漏了什么,请告诉我。
【问题讨论】: