react-native init RNKeyboardText
- Added
RNKeyboard
custom keyboard extension target in obj-c - Added
App Transport Security Settings
in order toAllow Arbitrary Loads
in the Info.plist file for 'RNKeyboard' target - Under Build Phases, add all React Native binary libraries in the Link Binary with Libraries for the
RNKeyboard
target - Under Build Settings, add
-ObjC
and-lc++
linker flag - Updated code in KeyboardViewController.m and index.ios.js