Config plugin to auto configure react-native-keyevent on prebuild
npm install @bam.tech/react-native-keyevent-expo-config-pluginConfig plugin to auto configure react-native-keyevent on prebuild
```
yarn add react-native-keyevent
yarn add --dev @bam.tech/react-native-keyevent-expo-config-plugin
In your app.json or equivalent, add the following;
`js``
{
expo: {
/ ... /
plugins: ['@bam.tech/react-native-keyevent-expo-config-plugin'],
},
}
Contributions are very welcome! Please refer to guidelines described in the contributing guide.