https://github.com/sahlhoff/react-native-custom-keyboard-template
React Native Keyboard Template For Keyboard Extensions
https://github.com/sahlhoff/react-native-custom-keyboard-template
keyboard keyboard-extension keyboard-extensions keyboard-layout react-native
Last synced: about 1 year ago
JSON representation
React Native Keyboard Template For Keyboard Extensions
- Host: GitHub
- URL: https://github.com/sahlhoff/react-native-custom-keyboard-template
- Owner: sahlhoff
- Created: 2016-05-25T21:18:23.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-25T21:26:58.000Z (about 10 years ago)
- Last Synced: 2025-05-07T03:39:28.773Z (about 1 year ago)
- Topics: keyboard, keyboard-extension, keyboard-extensions, keyboard-layout, react-native
- Language: Objective-C
- Homepage:
- Size: 87.9 KB
- Stars: 15
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# React-Native-Keyboard
## Steps I followed
1. `react-native init RNKeyboardText`
2. Added `RNKeyboard` custom keyboard extension target in obj-c
3. Added `App Transport Security Settings` in order to `Allow Arbitrary Loads` in the Info.plist file for 'RNKeyboard' target
4. Under __Build Phases__, add all React Native binary libraries in the __Link Binary with Libraries__ for the `RNKeyboard` target
5. Under __Build Settings__, add `-ObjC` and `-lc++` linker flag
6. Updated code in KeyboardViewController.m and index.ios.js