consento-org / mobile

The first (currently alpha) Consento mobile application
https://consento.org
MIT License
14 stars 1 forks source link

react-native-safe-area-context dependency "warning" #101

Closed dkastl closed 4 years ago

dkastl commented 4 years ago

When starting the app locally with Expo the following warning (?) shows up

Some of your project's dependencies are not compatible with currently installed expo package version:

  • react-native-safe-area-context - expected version range: 3.1.4 - actual version installed: ^3.1.8 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 ...]

But it seems the currenrtly installed version already exceeds the expected one.

martinheidegger commented 4 years ago

Fixed in update branch.