Relative Content

Tag Archive for androidreact-nativeandroid-alertdialog

How to show os styled alert on android in react native?

So, when I use react-native Alert.alert() function on Android, it shows a default-styled android alert. I want an alert styled depending on device manufacturer, such as OneUI on Samsung (examples: 1 and 2). Is this possible with react-native?