I developed a cutting-edge AngularJS application utilizing various plugins like angular ui-router, angular-translate, and bootstrap 3.
While the app runs smoothly on web browsers of desktops/laptops and smartphones with built-in browsers, I have concerns about the performance impact, particularly on mobile devices due to battery drainage. Therefore, my next goal is to create a native app for popular mobile operating systems such as iOS or Android.
What would be the most efficient way, potentially leveraging frameworks or other tools, to develop a cost-effective native app considering that the AngularJS app has already been created? Writing separate native apps for each OS from scratch seems time-consuming. Any suggestions would be greatly appreciated.