Skip to content

Latest commit

 

History

History
 
 

rn-custom-ui

antd-mobile with rn custom ui

single component

ant-design/ant-design-mobile#1174

custom theme

  1. create theme.js file in project path, add variables; eg:
module.exports = {
  brand_primary: 'red',
  color_link: 'red',
  border_color_base: 'green',
};
  1. open one terminal, run npm start, then open another terminal, run npm run ios