Skip to content

Commit 8adf640

Browse files
committed
Merge branch 'qtalk-rnsearch' into 'release'
Qtalk rnsearch See merge request !2
2 parents f34f49f + caf721d commit 8adf640

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

QIMReactNativeLibrary.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
1717
s.license = "Copyright 2018 im.qunar.com"
1818
s.author = { "Qunar IM" => "[email protected]" }
1919

20-
s.source = { :git => "[email protected].com:qchat/QIMReactNativeLibrary.git", :tag=> s.version.to_s}
20+
s.source = { :git => "https://github.com/qunarcorp/QIMReactNativeLibrary.git", :tag=> s.version.to_s}
2121

2222
s.ios.deployment_target = '8.0'
2323

@@ -208,4 +208,4 @@ Pod::Spec.new do |s|
208208

209209
s.default_subspecs = 'Core', 'CxxBridge', 'DevSupport', 'jschelpers', 'jsinspector', 'PrivateDatabase', 'cxxreact', 'ART', 'RCTActionSheet', 'RCTAnimation', 'RCTBlob', 'RCTGeolocation', 'RCTImage', 'RCTNetwork', 'RCTSettings', 'RCTText', 'RCTVibration', 'RCTWebSocket', 'RCTLinkingIOS', 'RNSVG', 'react-native-image-picker', 'RNVectorIcons', 'yoga'
210210

211-
end
211+
end

react-native/Libraries/Text/TextInput/RCTBaseTextInputShadowView.m

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ @implementation RCTBaseTextInputShadowView
2525
NSAttributedString *_Nullable _localAttributedText;
2626
CGSize _previousContentSize;
2727

28-
NSString *_text;
2928
NSTextStorage *_textStorage;
3029
NSTextContainer *_textContainer;
3130
NSLayoutManager *_layoutManager;
@@ -98,17 +97,6 @@ - (void)invalidateContentSize
9897
});
9998
}
10099

101-
- (NSString *)text
102-
{
103-
return _text;
104-
}
105-
106-
- (void)setText:(NSString *)text
107-
{
108-
_text = text;
109-
_previousAttributedText = _localAttributedText;
110-
}
111-
112100
#pragma mark - RCTUIManagerObserver
113101

114102
- (void)uiManagerWillPerformMounting

0 commit comments

Comments
 (0)