Simple alert in React Native
Sirb Alin Cristian
Posted on March 11, 2022
create simple alert in reactnative
import {Text, Alert} from 'react-native';
<Text onPress={()=> Alert.alert('hello user!')}>click</Text>
💖 💪 🙅 🚩
Sirb Alin Cristian
Posted on March 11, 2022
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.