leecade/react-native-swiper

Attempted import error: 'Swiper' is not exported from 'react-native-swiper'.

开放

#1,183 创建于 2020年5月10日

 (8 条评论) (8 个反应) (0 位负责人)JavaScript (2,346 个派生)batch import
help wanted🐛bug

仓库指标

星标
 (10,334 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Which OS ?

Web expo

Version

Which versions are you using:

  • react-native-swiper v1.6
  • react-native v0.62

Expected behaviour

No import problem

Actual behaviour

Attempted import error: 'Swiper' is not exported from 'react-native-swiper'.

How to reproduce it>

create new expo project add swiper somewhere

How to fix it>

replace : module.exports = Swiper; module.exports.default = Swiper; by export default Swiper export {Swiper}

贡献者指南