UNPKG

expo-key-event

Version:

Provides an interface for reading key events such as from external bluetooth keyboards on Android, iOS and Web.

7 lines (6 loc) 108 B
module.exports = function (api) { api.cache(true); return { presets: ['babel-preset-expo'], }; };