kevinejohn / react-native-keyevent

Capture external keyboard keys or remote control button events
MIT License
209 stars 97 forks source link

Add react-native abiFilters "armeabi-v7a", "x86", "x86_64", "arm64-v8a" #75

Closed ismaelsousa closed 7 months ago

ismaelsousa commented 1 year ago
ndk {
            abiFilters "armeabi-v7a", "x86", "x86_64", "arm64-v8a"
}