import React from "react" import { View, Text, Alert, StyleSheet } from "react-native" export default function Modal() { return( modal {/* { Alert.alert( I18n.t("CONNEXION_CHOICE"), I18n.t("CONNEXION_CHOICE_DESCRIPTION"), [ { }, { text: I18n.t('NO'), onPress: () => { this.connectClicked(false) } }, ], ) } */} ) } const styles = StyleSheet.create({ })