Hi!
I'm trying to use react-native-key-command with Expo SDK 54, but I’m running into problems because Expo’s native architecture in SDK 54 no longer matches the integration points described in earlier solutions.
I tried using the approach that works for a user on React Native 0.77 (from a previous issue), but this doesn't seem to work
Question Is there an updated example or recommended way to integrate react-native-key-command under Expo SDK 54?
Specifically:
- Is there a new delegate method or controller hook that replaces the older root-view creation APIs?
- Is there an Expo-specific path for enabling hardware key commands?
Thanks! Any guidance on the Expo 54 integration path would be greatly appreciated.