Skip to content

Commit 8249e31

Browse files
osdnkPiotr Trocki
authored andcommitted
fix: remove delaying touches in ScrollView (#110)
1 parent e70c315 commit 8249e31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ios/ReactNativePageView.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@ - (void)embed {
287287
if([subview isKindOfClass:UIScrollView.class]){
288288
((UIScrollView *)subview).delegate = self;
289289
((UIScrollView *)subview).keyboardDismissMode = _dismissKeyboard;
290+
((UIScrollView *)subview).delaysContentTouches = NO;
290291
}
291292
}
292293

0 commit comments

Comments
 (0)