@muhaki/react-native-keyevent-expo-config-plugin
v1.0.1
Published
Config plugin to auto configure react-native-keyevent on prebuild
Readme
react-native-keyevent
Config plugin to auto configure react-native-keyevent on prebuild
Add the package to your npm dependencies
yarn add react-native-keyevent
yarn add --dev react-native-keyevent-expo-config-pluginIn your app.json or equivalent, add the following;
{
expo: {
/* ... */
plugins: ['react-native-keyevent-expo-config-plugin'],
},
}Contributing
Contributions are very welcome! Please refer to guidelines described in the contributing guide.
