function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
NArendra NimmanaNArendra Nimmana 

Lightning components inside Salesforce Mobile SDK

I am pretty new to mobile Development, so i have started with this Trail (https://trailhead.salesforce.com/content/learn/modules/mobile_sdk_hybrid?trail_id=mobile_sdk_intro) and created hybrid_remote app. Everything works great as i could able to access the data trough VF page.
Then I wanted to access the data through Lightning Components.So i have researched and understood that we can't directly use the Lightning Component(LC) inside SFDC mobile sdk, but we can leverage it from Lightning out as mentioned here (https://salesforce.stackexchange.com/questions/112433/is-it-possible-to-use-lightning-component-aura-inside-salesforce-mobile-sdk-hybr).
But the problem here is some how lightning component is not rendering anything on hybrid_remote app. But if i preview the same vf inside sfdc, i could able to see that lightning component has rendered. Please let me know what i am missing here?