The API is the app
What makes a mobile app good or bad is mostly what sits behind it: an API designed for a device with intermittent connectivity, paginated properly, versioned so an old build on somebody's phone keeps working, and shaped so a screen is one request rather than six.
We design that layer alongside the app, or repair the one you have, because no amount of interface work rescues a screen that has to wait on four round trips before it can draw.