File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed
RNTextInputMask.xcodeproj Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1+ ## Changelog
12
3+ ### Version 2.0.0
4+
5+ * Updated the headers in ` RNTextInputMask.m ` file to work with pods integration
Original file line number Diff line number Diff line change 11#import < React/RCTBridge.h>
22#import < React/RCTConvert.h>
33#import < React/RCTUIManager.h>
4- #import < RCTText/ RCTBaseTextInputView.h>
5- #import < RCTText/ RCTUITextField.h>
4+ #import " RCTBaseTextInputView.h"
5+ #import " RCTUITextField.h"
66#import " RNTextInputMask.h"
77
88@import InputMask;
@@ -51,4 +51,4 @@ - (dispatch_queue_t)methodQueue {
5151 });
5252 }];
5353}
54- @end
54+ @end
Original file line number Diff line number Diff line change 275275 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
276276 "$(SRCROOT)/../../../React/**",
277277 "$(SRCROOT)/../../react-native/React/**",
278+ "$(SRCROOT)/../../../ios/Pods/Headers/Public/**",
279+ "$(SRCROOT)/../../../ios/Pods/Headers/Public/React-Core/**",
278280 );
279281 LIBRARY_SEARCH_PATHS = "$(inherited)";
280282 OTHER_LDFLAGS = "-ObjC";
291293 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
292294 "$(SRCROOT)/../../../React/**",
293295 "$(SRCROOT)/../../react-native/React/**",
296+ "$(SRCROOT)/../../../ios/Pods/Headers/Public/**",
297+ "$(SRCROOT)/../../../ios/Pods/Headers/Public/React-Core/**",
294298 );
295299 LIBRARY_SEARCH_PATHS = "$(inherited)";
296300 OTHER_LDFLAGS = "-ObjC";
You can’t perform that action at this time.
0 commit comments