Skip to content

Commit

Permalink
fix(rn): swiper 问题,close #6495, #6494, #6269, #5545, #4048
Browse files Browse the repository at this point in the history
  • Loading branch information
Pines-Cheng authored and luckyadam committed Jun 16, 2020
1 parent c35d577 commit 6877a94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/taro-components-rn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"react-mixin": "^5.0.0",
"react-native-animatable": "^1.3.0",
"react-native-maps": "^0.25.0",
"react-native-swiper": "^1.5.14",
"react-native-swiper": "^1.6.0",
"react-native-webview": "^9.4.0",
"react-timer-mixin": "^0.13.4",
"utility-types": "^3.4.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/taro-components-rn/src/components/Swiper/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ import {
StyleSheet,
ViewStyle
} from 'react-native'
// import Swiper from 'react-native-swiper'
import Swiper from '@manjiz/react-native-swiper'
import Swiper from 'react-native-swiper'
// import Swiper from '@manjiz/react-native-swiper'
import { noop } from '../../utils'
import { SwiperProps } from './PropsType'

Expand Down

0 comments on commit 6877a94

Please sign in to comment.