Échec de l'installation du package Expo avec erreur: yarnpkg sorti avec le code non nul: 1 yarnpkg sorti avec le code non nul: 1

in your package.json

"react-native": "https://github.com/expo/react-native/archive/sdk-39.0.3.tar.gz"


set the sdk version to lastest one right now the current one is sdk-39.0.3

after that just do 

npm install
Singh99