config-plugins icon indicating copy to clipboard operation
config-plugins copied to clipboard

WIP! feat(react-native-global-keyevent): add config plugin

Open hassankhan opened this issue 1 year ago • 0 comments

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.

hassankhan avatar Jul 20 '24 22:07 hassankhan