Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[iOS] Remove private symbols in Expo Go
RCTKeyCommands uses iOS private symbols to hook keyboard commands. originally it's debug build only, however, we enable `RCT_DEV` in Expo Go even on release build. this change updates the functionalities for simulator build only which aligns to expo/expo#14735.
- Loading branch information