bamlab / react-native-app-security

Easily implement usual security measures in React Native Expo apps. Made by BAM ❤️💙💛
66 stars 2 forks source link

Breaking change/return input method #4

Closed thomasrebam closed 8 months ago

thomasrebam commented 8 months ago

As we would like to be able to retrieve the id of the used keyboard, we change the isCurrentKeyboardSafe method to getCurrentInputMethodInfo.

The new method retrieves the id of the used keyboard, along with a safety verification (comparison with the three main keyboards currently used).