File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
ios/reactnativeuilib/keyboardtrackingview Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,9 @@ - (void)_keyboardDidShowNotification:(NSNotification*)notification
129
129
{
130
130
_keyboardState = KeyboardStateShown;
131
131
132
- [self invalidateIntrinsicContentSize ];
132
+ if (_keyboardHeight > 0 ) { // prevent triggering observeValueForKeyPath if an external keyboard is in use
133
+ [self invalidateIntrinsicContentSize ];
134
+ }
133
135
}
134
136
135
137
- (void )_keyboardWillHideNotification : (NSNotification *)notification
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " uilib-native" ,
3
- "version" : " 4.1.2 " ,
3
+ "version" : " 4.1.3 " ,
4
4
"homepage" : " https://github.com/wix/react-native-ui-lib" ,
5
5
"description" : " uilib native components (separated from js components)" ,
6
6
"main" : " components/index.js" ,
You can’t perform that action at this time.
0 commit comments