ant-design/ant-design-mobile#1174
- create
theme.js
file in project path, add variables; eg:
module.exports = {
brand_primary: 'red',
color_link: 'red',
border_color_base: 'green',
};
- open one terminal, run
npm start
, then open another terminal, runnpm run ios