You need to sign in to do that
Don't have an account?

My lightning component does not show as tab
I created a lightning component but it does not show as a tab. I want it available in Salesforce1 like a VF tab. What do I need to set to do this?
Once this is done, I want to invoke a 3rd party app on device from it - is that possible?
Once this is done, I want to invoke a 3rd party app on device from it - is that possible?

In the component you wish to add, you must include implements="force:appHostable" in your aura:component tag and save your changes.
The appHostable interface makes the component available on the navigation menu in Salesforce1.