Quantcast
Channel: Active questions tagged react-native+android - Stack Overflow
Viewing all articles
Browse latest Browse all 28463

wix react-native-navigation change tab animation

$
0
0

Is there any way to animate the transition between screens with bottomTabs layout in react-native-navigation?

expected behavior:

enter image description here

react-native: 0.61.1

react-native-navigation: 3.2.0

{
    bottomTabs: {
        id: 'BottomTabs',
        children: [
            {
                stack: {
                    children: [
                        {
                            component: {
                                id: 'tab1',
                                name: 'Tab2Screen',
                            },
                        },
                    ],
                    options: {
                        bottomTab: {
                            icon: homeIcon,
                            text: 'Tab1'
                        },
                    },
                },
            }, {
                stack: {
                    children: [
                        {
                            component: {
                                id: 'tab2',
                                name: 'Tab2Screen',
                            },
                        },
                    ],
                    options: {
                        bottomTab: {
                            icon: 'homeIcon',
                            text: 'Tab2'
                        },
                    },
                },
            },
        ],
    }
}

Viewing all articles
Browse latest Browse all 28463

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>