[SalesForce] How to include a lightning component in a record detail page in salesforce1

I have created a lightning component and am able to add it in desktop view in account record detail page by using lightning record pages but when I switch to SF1 I can not find my lightning component in account record detail page.

Is there a way to make lightning component available in SF1 in record detail pages?

I do not wish to wrap my lightning component in a visual force page. Please suggest some way of achieving it by either using lightning pages or lightning component itself.

Thanks in advance

Best Answer

The only way I know at present is to create a Lightning Quick Action for that Component and add it to your Page Layout, then Salesforce1 will show it in QuickAction Bar when you're viewing the Detail View of the record.

Update:

The other alternative is to use Lightning Out for placing the Lightning Component in Visualforce Page

Use Lightning Components in Visualforce Pages

Then the Visualforce Page can be added to the Page Layout and it will show up in S1 as well within Detail View.