我正在使用来自 @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.
如果我遗漏任何东西,请告诉我。