M
Hi all,
can anyone assist, how is it possible to have 1 theme for mobile app and 1 theme for website?
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';
not here, but where ? :)
thanks,
~Omar
It should be change in this file https://github.com/unaio/una-mobile-app/blob/master/App.js for mobile app, not in UNA.
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:
not here, but where ? :)
thanks,
~Omar
It should be change in this file https://github.com/unaio/una-mobile-app/blob/master/App.js for mobile app, not in UNA.