diff --git a/ios/ReactNativeKeyboardManager.xcodeproj/project.pbxproj b/ios/ReactNativeKeyboardManager.xcodeproj/project.pbxproj index 488aa59..c20d2e5 100644 --- a/ios/ReactNativeKeyboardManager.xcodeproj/project.pbxproj +++ b/ios/ReactNativeKeyboardManager.xcodeproj/project.pbxproj @@ -390,8 +390,7 @@ GCC_NO_COMMON_BLOCKS = YES; HEADER_SEARCH_PATHS = ( "$(inherited)", - "$(SRCROOT)/../node_modules/react-native/Libraries/Text", - "$(SRCROOT)/../../react-native/Libraries/Text", + "$(SRCROOT)/../../react-native/Libraries/Text/**", ); IPHONEOS_DEPLOYMENT_TARGET = 10.3; LIBRARY_SEARCH_PATHS = ""; @@ -419,8 +418,7 @@ GCC_NO_COMMON_BLOCKS = YES; HEADER_SEARCH_PATHS = ( "$(inherited)", - "$(SRCROOT)/../node_modules/react-native/Libraries/Text", - "$(SRCROOT)/../../react-native/Libraries/Text", + "$(SRCROOT)/../../react-native/Libraries/Text/**", ); IPHONEOS_DEPLOYMENT_TARGET = 10.3; LIBRARY_SEARCH_PATHS = ""; diff --git a/ios/ReactNativeKeyboardManager/RCTBaseTextInputView+Hack.h b/ios/ReactNativeKeyboardManager/RCTBaseTextInputView+Hack.h index 6382f21..fda4e47 100644 --- a/ios/ReactNativeKeyboardManager/RCTBaseTextInputView+Hack.h +++ b/ios/ReactNativeKeyboardManager/RCTBaseTextInputView+Hack.h @@ -20,7 +20,7 @@ // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN // THE SOFTWARE. -#import +#import "RCTBaseTextInputView.h" #import #import "IQKeyboardManager.h" diff --git a/ios/ReactNativeKeyboardManager/ReactNativeKeyboardManager.m b/ios/ReactNativeKeyboardManager/ReactNativeKeyboardManager.m index 11ddb58..fb3d8af 100644 --- a/ios/ReactNativeKeyboardManager/ReactNativeKeyboardManager.m +++ b/ios/ReactNativeKeyboardManager/ReactNativeKeyboardManager.m @@ -28,7 +28,7 @@ #import #import -#import +#import "RCTBaseTextInputView.h" @implementation ReactNativeKeyboardManager