mirror of
https://github.com/zhigang1992/react-native-keyboard-manager.git
synced 2026-01-12 17:42:34 +08:00
Fixing RCTBaseTextInputView.h path.
This commit is contained in:
@@ -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 = "";
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
// THE SOFTWARE.
|
||||
|
||||
#import <RCTText/RCTBaseTextInputView.h>
|
||||
#import "RCTBaseTextInputView.h"
|
||||
#import <Foundation/Foundation.h>
|
||||
#import "IQKeyboardManager.h"
|
||||
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
#import <React/RCTLog.h>
|
||||
#import <React/RCTRootView.h>
|
||||
|
||||
#import <RCTText/RCTBaseTextInputView.h>
|
||||
#import "RCTBaseTextInputView.h"
|
||||
|
||||
@implementation ReactNativeKeyboardManager
|
||||
|
||||
|
||||
Reference in New Issue
Block a user