Comment to Mobile app theme
-
Yes, it's possible, you can set default template on the site as usual. In the app you can set template in the following code in App.js file:
const TEMPLATE = 'protean';
-
-
It should be change in this file https://github.com/unaio/una-mobile-app/blob/master/App.js for mobile app, not in UNA.
-