Fixing RCTBaseTextInputView.h path.

This commit is contained in:
Douglas Nassif Roma Junior
2018-02-25 22:27:14 -03:00
parent 7f73304c9f
commit efdb7af144
3 changed files with 4 additions and 6 deletions

View File

@@ -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 = "";

View File

@@ -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"

View File

@@ -28,7 +28,7 @@
#import <React/RCTLog.h>
#import <React/RCTRootView.h>
#import <RCTText/RCTBaseTextInputView.h>
#import "RCTBaseTextInputView.h"
@implementation ReactNativeKeyboardManager