/ios-numpad-keyboard-with-custom-button

The iOS Numpad Keyboard with a Custom Button Example 🔢

Primary LanguageTypeScript

The iOS Numpad Keyboard with a Custom Button Example

An example of using React Native InputAccessoryView.

The InputAccessoryView is a component that enables customization of the keyboard input accessory view on iOS. The input accessory view is displayed above the keyboard whenever a TextInput has focus. This component can be used to create custom toolbars.

Please read more in this article.

Installation

  1. Clone the repo
  2. Change directory to the app: cd ios-numpad-with-custom-button
  3. Install all dependencies: yarn install
  4. Run the app: yarn start

Expo

You can also run this app with Expo.