import React from 'react'; import { View, Text, Button, StyleSheet } from 'react-native'; import { Weather } from '../data/stub'; const Ajout = ({route}) => { return ( Bienvenu sur mon application {route.params.weather.city.name}