Mohammed Farih
Results
2
comments of
Mohammed Farih
🚨 Make sure pnpm-lock.yaml is committed to your repo. EAS Build uses it to correctly choose the package manager. Hope this saves someone else hours of debugging!
Fix chat input spacing across iOS/Android: - iOS: use KeyboardAvoidingView with 'padding'. - Android: switch behavior to 'height' only while keyboard is visible; disable when hidden to avoid lingering gap....