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
fix(android): risolvi warning Play Store su edge-to-edge e orientamento
- Rimuove android:screenOrientation="PORTRAIT" (cambia orientation da "portrait" a "default" in app.json) per supportare schermi grandi su Android 16+
- Aggiorna react-native-edge-to-edge da 1.6.0 a 1.8.1 per ridurre le API deprecate della libreria
- Sostituisce SafeAreaView da react-native con react-native-safe-area-context in tutti i file (32 file)
- Sostituisce StatusBar da react-native con expo-status-bar in tutti i file, rimuovendo la prop backgroundColor che invocava la deprecated setStatusBarColor API
- Rimuove StatusBar.currentHeight sostituendolo con useSafeAreaInsets in ChatHeader e VoiceChatModal
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments