I want to create and use a custom theme for the antd-mobile-rn library, the Website directs me to: https://github.com/ant-design/antd-mobile-samples/tree/master/rn-custom-ui#antd-mobile-with-rn-custom-ui
I followed the instructions, but he colors remain default. I would prefer not to ass a style to each and every element in my app.
so 2 main questions: 1. how could i debug the script that is called in the package.json "start" 2. has anyone done this and gotten it to work, particularly in react-native
I was able to customize the theme by passing the custom theme file to the ant design "Provider".
You can retrieve the default theme file of antd-mobile-rn here https://github.com/ant-design/ant-design-mobile-rn/blob/master/components/style/themes/default.tsx
customTheme.tsx file