devexec-react-native-keyevent-expo-config-plugin
v1.0.8
Published
Config plugin to auto configure react-native-keyevent on prebuild with the latest expo and expo config plugins to fix compatibility issues
Downloads
4
Readme
react-native-keyevent
Config plugin to auto configure react-native-keyevent on prebuild
Add the package to your npm dependencies
npm install react-native-keyevent
npm install --dev devexec-react-native-keyevent-expo-config-plugin
In your app.json
or equivalent, add the following;
{
expo: {
/* ... */
plugins: ['devexec-react-native-keyevent-expo-config-plugin'],
},
}
Contributing
Contributions are very welcome! Please refer to guidelines described in the contributing guide.