react-native-custom-keyboard-template
react-native-custom-keyboard-template copied to clipboard
React Native Keyboard Template For Keyboard Extensions
React-Native-Keyboard
Steps I followed
react-native init RNKeyboardText- Added
RNKeyboardcustom keyboard extension target in obj-c - Added
App Transport Security Settingsin order toAllow Arbitrary Loadsin the Info.plist file for 'RNKeyboard' target - Under Build Phases, add all React Native binary libraries in the Link Binary with Libraries for the
RNKeyboardtarget - Under Build Settings, add
-ObjCand-lc++linker flag - Updated code in KeyboardViewController.m and index.ios.js