RadioButton React Native Paper 在 android 中设置 IOS 样式
RadioButton React Native Paper set IOS style in android
我正在使用 react-native-paper
库中的 RadionButton
。对于android我有这样的风格
是否可以在 Adroid 中设置 RadioButton
样式,例如 IOS 样式(图标“选中”)?在此感谢您的回答。
您可以使用下面的代码
<RadioButton.IOS
status={status}
onPress={onPress}
/>
这里有更多文档https://callstack.github.io/react-native-paper/radio-button-ios.html
我正在使用 react-native-paper
库中的 RadionButton
。对于android我有这样的风格
是否可以在 Adroid 中设置 RadioButton
样式,例如 IOS 样式(图标“选中”)?在此感谢您的回答。
您可以使用下面的代码
<RadioButton.IOS
status={status}
onPress={onPress}
/>
这里有更多文档https://callstack.github.io/react-native-paper/radio-button-ios.html