Skip to content

Commit 47f6744

Browse files
fix: 修改index中导出问题 (#7)
Signed-off-by: ding_chengjie <dingchenjie1@h-partners.com>
1 parent 81214f7 commit 47f6744

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

index.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
import { Platform, ScrollView } from 'react-native';
22

3-
export default Platform.OS === 'android'
4-
? require('./lib/NestedScrollView')
5-
: ScrollView;
3+
export default ScrollView;

0 commit comments

Comments
 (0)