You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# react-native-safe-area-context v5 is required for >= 0.74
116
116
if [[ "$FRAMEWORK_VERSION"=="latest"||$FRAMEWORK_VERSION>"0.74" ]];then
@@ -131,7 +131,7 @@ else
131
131
# Expo SDK version 52.0.27 supports RN 0.76 and 0.77 but installs 0.76 by default https://expo.dev/changelog/2025-01-21-react-native-0.77#2-install-updated-packages
132
132
echo"npx expo install react-native@~0.77.1"
133
133
npx expo install react-native@~0.77.1
134
-
elif [[ "$FRAMEWORK_VERSION"=="0.75" ]];then
134
+
elif [[ "$FRAMEWORK_VERSION"=="0.75" ]];then
135
135
# Expo SDK version 51.0.0 supports RN 0.74 and 0.75 but installs 0.74 by default https://expo.dev/changelog/2024/08-14-react-native-0.75#2-install-updated-packages
0 commit comments