From efdb7af14436941891065c331de838a00a103cbb Mon Sep 17 00:00:00 2001 From: Douglas Nassif Roma Junior Date: Sun, 25 Feb 2018 22:27:14 -0300 Subject: [PATCH] Fixing RCTBaseTextInputView.h path. --- ios/ReactNativeKeyboardManager.xcodeproj/project.pbxproj | 6 ++---- ios/ReactNativeKeyboardManager/RCTBaseTextInputView+Hack.h | 2 +- ios/ReactNativeKeyboardManager/ReactNativeKeyboardManager.m | 2 +- 3 files changed, 4 insertions(+), 6 deletions(-) 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