Skip to content

bamlab/react-native-keyevent-expo-config-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@bam.tech/react-native-keyevent-expo-config-plugin

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 @bam.tech/react-native-keyevent-expo-config-plugin

In your app.json or equivalent, add the following;

{
    expo: {
      /* ... */
      plugins: ['@bam.tech/react-native-keyevent-expo-config-plugin'],
    },
  }

Contributing

Contributions are very welcome! Please refer to guidelines described in the contributing guide.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 54.2%
  • TypeScript 45.8%