反応ネイティブでの反応ナビゲーションの使用。 jegはアニメーションの最後でどのように関数を実行できますか? だから私は反応ナビゲーションでのアニメーションの終了後のコールバック
navigate('RoadObject',() => { at the end of animationto do something... });
のように私のタブナビゲータをコールバックしたい:
const MainNavigator = TabNavigator({
Map: {
screen: MapScreen
},
RoadObject: {
screen: RoadObjectScreen
}
},
{
animationEnabled: true
});
あなたが使用しようとすることができ、[対話マネージャ](https://facebook.github.io/react-native/docs/interactionmanager.html) – bennygenel