@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.
何か不足している場合はお知らせください。