0 votes
in ReactJS by
As we all know, alert box takes the focus away from the current window, and forces the user to read the message. In React Native, this can be possible by importing Alert API. An Alert API will contain title, message and confirmation button.
...