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