import { StatusBar } from 'expo-status-bar'; import React from 'react'; import { StyleSheet, Text, View, TextInput } from 'react-native'; import { Button } from 'react-native-web'; export default function App() { return ( Objectif Open up App.js to start working on your app! ); } const styles = StyleSheet.create({ container: { flex: 1, backgroundColor: '#fff', alignItems: 'center', justifyContent: 'center', }, controlBar: { flex: 1, flexDirection: "row", justifyContent: 'space-between' } });