Simple alert in React Native

sirbalin26

Sirb Alin Cristian

Posted on March 11, 2022

Simple alert in React Native

create simple alert in reactnative

import {Text, Alert} from 'react-native';

<Text onPress={()=> Alert.alert('hello user!')}>click</Text>
Enter fullscreen mode Exit fullscreen mode
💖 💪 🙅 🚩
sirbalin26
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.

Related

Querying data using React Query
javascript Querying data using React Query

October 2, 2022

Simple alert in React Native
javascript Simple alert in React Native

March 11, 2022

Adding SVGs in React Native Expo
javascript Adding SVGs in React Native Expo

February 19, 2021

Styling the React Native Way
javascript Styling the React Native Way

January 14, 2019