- Pure javascript solution.
thanks to https://github.com/magicismight/react-native-root-toast.git
npm install rn-alert
importAlertfrom'rn-alert';
#set customtextstyle,isjustneedtosetfont
# notrequirevarstyles=StyleSheet.create({alertTextStyle : {fontFamily: "Arial",//just set global fontFamily},})Alert.setTextStyle(styles.alertTextStyle);
# callalertAlert.alert('title','message',[{text: 'button text',onPress: ()=>{console.log('button press action')}},])