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 e1d32bf commit ed4d6b4Copy full SHA for ed4d6b4
android/src/main/java/com/rnnestedscrollview/RNNestedScrollViewPackage.java
@@ -13,7 +13,7 @@
13
public class RNNestedScrollViewPackage implements ReactPackage {
14
@Override
15
public List<NativeModule> createNativeModules(ReactApplicationContext reactContext) {
16
- return Arrays.<NativeModule>asList(new RNNestedScrollViewModule(reactContext));
+ return Collections.emptyList();
17
}
18
19
0 commit comments