react-navigation/react-native-safe-area-view

Expo SDK 33 support

larixer opened this issue · 5 comments

Bug

Using the latest version 0.14.5 with Expo SDK 33 results in an error:

The following APIs have moved to separate packages and importing them from the "expo" package is deprecated: Constants.

1. Add correct versions of these packages to your project using:

   expo install expo-constants

   If "install" is not recognized as an expo command, update your expo-cli installation.

2. Change your imports so they use specific packages instead of the "expo" package:

 - import { Constants } from 'expo' -> import Constants from 'expo-constants'

Same for me #681, any update?

CC: @fson any ideas?

This should fix the issue expo/expo#4501 (comment)

this is not an issue anymore

still an issue