We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b962980 commit a03e44eCopy full SHA for a03e44e
ios/ReactViewPagerManager.m
@@ -63,7 +63,7 @@ - (void) changeScrollEnabled
63
[self goToPage:reactTag index:index animated:false];
64
}
65
66
-RCT_EXPORT_METHOD(setScrollEnabled
+RCT_EXPORT_METHOD(setScrollEnabledImperatively
67
: (nonnull NSNumber *)reactTag enabled
68
: (nonnull NSNumber *)enabled) {
69
BOOL isEnabled = [enabled boolValue];
0 commit comments