Solito 4.3.0
yarn add solito
4.3.0
now supports React Navigation v7. The types under the hood have been updated.
Closes #498, as this also addresses issues with Solito and Expo SDK 52.
Breaking changes
TLDR – if you're on the newer React Navigation 7, you don't need to change anything other than upgrading Solito.
This is only a breaking change if you're using a very old version of React Navigation. The only breaking change is the one where LinkingContext
was officially exported by @react-navigation/native
, which happened somewhere around @react-navigation/[email protected]
. So if you're on a newer version than that, then this should work fine for you without upgrading @react-navigation/native
.
Recommendations
I recommend upgrading React Navigation and Solito!