config-plugins
config-plugins copied to clipboard
WIP! feat(react-native-global-keyevent): add config plugin
Why
We needed to integrate react-native-global-keyevent into an Expo app for a client project, and react-native-keyevent was unfortunately not suitable.
How
Extracted the config plugin from a client project. The plugin's own README provides a codemod example for Android, we contributed the Kotlin equivalent.
Test Plan
Built and npm link into client project to test. Waiting for https://github.com/expo/config-plugins/pull/245 to merge for more involved unit tests.