Arrêtez d'exécuter votre application. Faites npx pod-install ios. Puis reconstruisez votre application. Cela a fonctionné pour moi.
expo update
n'a pas fonctionné pour moi malheureusement :(
Lors de l'exécution de yarn start
dans ma console, j'ai:
Some of your project's dependencies are not compatible with currently installed expo package version:
- react-native-reanimated - expected version range: ~1.7.0 - actual version installed: ^1.9.0
- react-native-screens - expected version range: ~2.2.0 - actual version installed: ^2.8.0
- react-native-safe-area-context - expected version range: 0.7.3 - actual version installed: ^3.0.2
- @react-native-community/masked-view - expected version range: 0.1.6 - actual version installed: ^0.1.10
Your project may not work correctly until you install the correct versions of the packages.
To install the correct versions of these packages, please run: expo install [package-name ...]
L'Iran expo install <package>@<version>
pour chacun des packages affichés, et cela fonctionne maintenant!