https://linear.app/comm/issue/ENG-10256/upgrade-react-native-to-080-and-expo-to-sdk-53
react-native-keyboard-input is no longer maintained. For now I fixed it with a patch but in the long term it would be better to find a replacement.
Updated the patch so that:
- the app builds on Android
- BackHandler.removeEventListener is no longer used
Depends on D14995