File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed
ReactNativeKeyboardManager.xcodeproj
ReactNativeKeyboardManager Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 390390 GCC_NO_COMMON_BLOCKS = YES;
391391 HEADER_SEARCH_PATHS = (
392392 "$(inherited)",
393- "$(SRCROOT)/../node_modules/react-native/Libraries/Text",
394- "$(SRCROOT)/../../react-native/Libraries/Text",
393+ "$(SRCROOT)/../../react-native/Libraries/Text/**",
395394 );
396395 IPHONEOS_DEPLOYMENT_TARGET = 10.3;
397396 LIBRARY_SEARCH_PATHS = "";
419418 GCC_NO_COMMON_BLOCKS = YES;
420419 HEADER_SEARCH_PATHS = (
421420 "$(inherited)",
422- "$(SRCROOT)/../node_modules/react-native/Libraries/Text",
423- "$(SRCROOT)/../../react-native/Libraries/Text",
421+ "$(SRCROOT)/../../react-native/Libraries/Text/**",
424422 );
425423 IPHONEOS_DEPLOYMENT_TARGET = 10.3;
426424 LIBRARY_SEARCH_PATHS = "";
Original file line number Diff line number Diff line change 2020// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2121// THE SOFTWARE.
2222
23- #import < RCTText/ RCTBaseTextInputView.h>
23+ #import " RCTBaseTextInputView.h"
2424#import < Foundation/Foundation.h>
2525#import " IQKeyboardManager.h"
2626
Original file line number Diff line number Diff line change 2828#import < React/RCTLog.h>
2929#import < React/RCTRootView.h>
3030
31- #import < RCTText/ RCTBaseTextInputView.h>
31+ #import " RCTBaseTextInputView.h"
3232
3333@implementation ReactNativeKeyboardManager
3434
You can’t perform that action at this time.
0 commit comments