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.
2 parents 68be355 + d0677eb commit 77350c5Copy full SHA for 77350c5
README.md
@@ -20,10 +20,12 @@ nativeOnlyProps = {
20
}
21
};
22
RCTScrollView = requireNativeComponent(
23
- 'RCJScrollView',//此处修改为RCTMJScrollView即可
+ 'RCTMJScrollView',//此处修改为RCTMJScrollView即可
24
(ScrollView: React.ComponentType<any>),
25
nativeOnlyProps,
26
);
27
+ RCTScrollContentView = requireNativeComponent('RCTMJScrollContentView', View);//此处修改为RCTMJScrollContentView
28
+
29
...
30
31
0 commit comments