prscX / react-native-app-tour

React Native: Native App Tour Library
Apache License 2.0
640 stars 119 forks source link

How can we use app-tour with createBottomTabNavigator #112

Open ninjacoder-rs opened 3 years ago

ninjacoder-rs commented 3 years ago

const BottomView = createBottomTabNavigator( { A: { screen: A }, B: { screen: B },

}, { navigationOptions: ({ navigation }) => {

});

class home extend React.component {

render(){ return ( <BottomView style={{ flex: 1 }} screenProps={{ rootNavigation }} />);

}

}

how can we use app-tour in this bottomTab