import { Paragraph, Dialog, Portal, Provider } from 'react-native-paper' const [isOpen, setIsOpen] = React.useState(false) <SafeAreaView style={styles.container}> <Provider> <TouchableOpacity style={style.connectionLabel} onPress={() => setIsOpen(true)}> <Text style={style.connectionText}>{translate('home.connected')}</Text> </TouchableOpacity> <View> <Portal> <Dialog visible={isOpen} onDismiss={() => setIsOpen(false)}> <Dialog.Title>Alert</Dialog.Title> <Dialog.Content> <Paragraph>This is simple dialog</Paragraph> ...
A Passionate full stack developer with 7 years of amazing experience in full stack application development and expertise in technologies like React Native, NextJS, ReactJS, Codeigniter, PHP , NodeJs. He has huge craze in learning new things about technologies and constantly shares his knowledge with others.