Customize App
This section will guide how to change the app logo, icons, splash screens
Last updated
This section will guide how to change the app logo, icons, splash screens
Last updated
It's possible to customize the app homepage screen to show the default layout as your wish, open App/common/config.js
and edit the homeLayout option to one of these values:
Constants.Layout.mansory
Constants.Layout.horizontal
It's possible to customize the homepage by edit App/Container/Home/index.js and change the layout type (2 column, 3 column...) by only return the PostList component
Open App/common/Config.js then you can change the horizontal layout with flexible config by update the option HorizonLayout:
Tags: the tag ids from Wordpress blog, it could be set as array [x, x...]
Categories: the category ids, , it could be set as array [x, x...]
row: the number of row support on the list, default is one row
paging: blog per page from swiping, default is false
layout: support 8 kind of layouts:
banner,
twoColumn
threeColumn
threeColumnHigh
list
listRight
card
flexColumn: is flexible column layout that you can config both width & height
Open /App/Common/Color.js
file in project.
You could change most of components color in Color section.
For example, you could change the color of Tabbar to any color you like, then reload the app to see the effect.
Open App/common/images.js
to map your news image Logo and icon file.
You can able to change other icons from the navigation such as home, layout, search, logout...
To change splash screen on Expo version try to edit the app.json
To change splash screen on Pro version, you can refer to this guide
Open common/config.js file and edit the step3 section:
The key should mapping with your category slug category name, the slug name could pick from the Wordpress dashboard admin