ant-design / ant-design-mobile-rn

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

Need a way to modify the style of Toast #1212

Closed shendiid closed 2 years ago

shendiid commented 2 years ago

What problem does this feature solve?

In the project, when the content is too long, the component occupies the width of the screen.So, the visual experience is not good. It is recommended to expose the method of modifying the style.

What does the proposed API look like?

Toast.info(oldProps,{maxWidth:200})