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 81214f7 commit 47f6744Copy full SHA for 47f6744
index.js
@@ -1,5 +1,3 @@
1
import { Platform, ScrollView } from 'react-native';
2
3
-export default Platform.OS === 'android'
4
- ? require('./lib/NestedScrollView')
5
- : ScrollView;
+export default ScrollView;
0 commit comments