ant-design / ant-design-mobile-rn

Ant Design for React Native
https://rn.mobile.ant.design/
MIT License
3.04k stars 612 forks source link

SearchBar的wrapper的背景色无法修改 #1194

Closed Jidahan closed 3 years ago

Jidahan commented 3 years ago

Reproduction link

http://xxx

Steps to reproduce

xxx

What is expected?

能够修改wrapper的backgroundcolor

What is actually happening?

能够修改wrapper的backgroundcolor

Environment Info
@ant-design/react-native 4.2
React 17
System ios14.5
Browser google
1uokun commented 3 years ago
<SearchBar 
  ...
  styles={{
    wrapper:{{backgroundColor:'red'}}
  }}
/>

大致原理在这 https://github.com/ant-design/ant-design-mobile-rn/issues/1119

image

Jidahan commented 3 years ago

styles={{ wrapper: {backgroundColor: 'white'} }}