como puede ver, mi texto es Mis oportunidades de venta. pero en la pantalla solo muestra mis ventas. Entonces, ¿cómo muestro el texto completo como - Mis clientes potenciales de ventas?
<Tab.Navigator initialRouteName="Home" activeColor="#FC4926" inactiveColor="#B2B2B2" shifting={true} labeled={true} sceneAnimationEnabled={false} barStyle={{backgroundColor: '#FDFEFE', height: 55}}> <Tab.Screen name="Home" //component={Dashboardscreen} component={SellerHomePageStack} options={{ tabBarLabel: 'My Sales Leads', tabBarColor: '#F7F7F7', tabBarIcon: ({color}) => <Icon name="home" color={color} size={26} />, }} />